codecheck.github.api

RepositoryAPI

case class RepositoryAPI(api: GitHubAPI, owner: String, repo: String) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RepositoryAPI
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RepositoryAPI(api: GitHubAPI, owner: String, repo: String)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addLabels(number: Long, labels: String*): Future[List[Label]]

  7. def addReviewRequest(number: Long, reviewers: String*): Future[ReviewRequest]

  8. val api: GitHubAPI

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def assign(number: Long, assignee: String): Future[Issue]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def closePullRequest(number: Long): Future[PullRequest]

  13. def createLabelDef(label: LabelInput): Future[Label]

  14. def createMilestone(input: MilestoneInput): Future[Milestone]

  15. def createPullRequest(input: PullRequestInput): Future[PullRequest]

  16. def editIssue(number: Long, params: IssueInput): Future[Issue]

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getIssue(number: Long): Future[Option[Issue]]

  21. def getLabelDef(label: String): Future[Option[Label]]

  22. def getMilestone(number: Int): Future[Option[Milestone]]

  23. def getPullRequest(number: Long): Future[Option[PullRequest]]

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def listLabelDefs: Future[List[Label]]

  26. def listLabels(number: Long): Future[List[Label]]

  27. def listMilestones(option: MilestoneListOption = MilestoneListOption()): Future[List[Milestone]]

  28. def listPullRequests(option: PullRequestListOption = PullRequestListOption()): Future[List[PullRequest]]

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. val owner: String

  33. def removeAllLabels(number: Long): Future[List[Label]]

  34. def removeLabel(number: Long, label: String): Future[List[Label]]

  35. def removeLabelDef(label: String): Future[Boolean]

  36. def removeMilestone(number: Int): Future[Boolean]

  37. def removeReviewRequest(number: Long, reviewers: String*): Future[Boolean]

  38. def replaceLabels(number: Long, labels: String*): Future[List[Label]]

  39. val repo: String

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def unassign(number: Long): Future[Issue]

  42. def updateLabelDef(name: String, label: LabelInput): Future[Label]

  43. def updateMilestone(number: Int, input: MilestoneInput): Future[Milestone]

  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped