Proposal

public final class Proposal

Represents a proposal.

  • Declaration

    Swift

    public var description: String
  • Undocumented

    Declaration

    Swift

    public var number: Int
  • Undocumented

    Declaration

    Swift

    public var authorNames: [String]
  • Undocumented

    Declaration

    Swift

    public var reviewerNames: [String]
  • Undocumented

    Declaration

    Swift

    public var srNumbers: [String]
  • Undocumented

    Declaration

    Swift

    public var githubURL: URL
  • Undocumented

    Declaration

    Swift

    public func writtenBy(_ author: Author) -> Bool
  • Undocumented

    Declaration

    Swift

    public func writtenBy(_ authorName: String) -> Bool
  • Undocumented

    Declaration

    Swift

    public func reviewedBy(_ reviewer: ReviewManager) -> Bool
  • Undocumented

    Declaration

    Swift

    public func reviewedBy(_ reviewerName: String) -> Bool
  • Undocumented

    Declaration

    Swift

    public func containsBug(_ bug: Bug) -> Bool
  • Undocumented

    Declaration

    Swift

    public func containsBug(_ bugCode: String) -> Bool
  • Undocumented

    Declaration

    Swift

    public func occurrences(of text: String) -> Int