Class

codecheck.github.api

RepositoryAPI

Related Doc: package api

Permalink

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)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

    Permalink
  6. val api: GitHubAPI

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. def clone(): AnyRef

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

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

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

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

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

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

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

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

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

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

    Permalink
  22. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val owner: String

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

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

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

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

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

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

    Permalink
  37. val repo: String

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

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

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

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

    Permalink
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped