c

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
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addLabels(number: Long, labels: String*): Future[List[Label]]
  5. def addReviewRequest(number: Long, reviewers: String*): Future[ReviewRequest]
  6. val api: GitHubAPI
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def assign(number: Long, assignee: String): Future[Issue]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def closePullRequest(number: Long): Future[PullRequest]
  11. def createLabelDef(label: LabelInput): Future[Label]
  12. def createMilestone(input: MilestoneInput): Future[Milestone]
  13. def createPullRequest(input: PullRequestInput): Future[PullRequest]
  14. def editIssue(number: Long, params: IssueInput): Future[Issue]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def getIssue(number: Long): Future[Option[Issue]]
  19. def getLabelDef(label: String): Future[Option[Label]]
  20. def getMilestone(number: Int): Future[Option[Milestone]]
  21. def getPullRequest(number: Long): Future[Option[PullRequest]]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def listLabelDefs: Future[List[Label]]
  24. def listLabels(number: Long): Future[List[Label]]
  25. def listMilestones(option: MilestoneListOption = MilestoneListOption()): Future[List[Milestone]]
  26. def listPullRequests(option: PullRequestListOption = PullRequestListOption()): Future[List[PullRequest]]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. val owner: String
  31. def removeAllLabels(number: Long): Future[List[Label]]
  32. def removeLabel(number: Long, label: String): Future[List[Label]]
  33. def removeLabelDef(label: String): Future[Boolean]
  34. def removeMilestone(number: Int): Future[Boolean]
  35. def removeReviewRequest(number: Long, reviewers: String*): Future[Boolean]
  36. def replaceLabels(number: Long, labels: String*): Future[List[Label]]
  37. val repo: String
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def unassign(number: Long): Future[Issue]
  40. def updateLabelDef(name: String, label: LabelInput): Future[Label]
  41. def updateMilestone(number: Int, input: MilestoneInput): Future[Milestone]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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