c

github4s

GHIssues

class GHIssues extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GHIssues
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GHIssues(accessToken: Option[String] = None)(implicit O: IssueOps[GitHub4s])

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(owner: String, repo: String, number: Int, labels: List[String]): GHIO[GHResponse[List[Label]]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def createComment(owner: String, repo: String, number: Int, body: String): GHIO[GHResponse[Comment]]
  8. def createIssue(owner: String, repo: String, title: String, body: String, milestone: Option[Int] = None, labels: List[String] = List.empty, assignees: List[String] = List.empty): GHIO[GHResponse[Issue]]
  9. def deleteComment(owner: String, repo: String, id: Int): GHIO[GHResponse[Unit]]
  10. def editComment(owner: String, repo: String, id: Int, body: String): GHIO[GHResponse[Comment]]
  11. def editIssue(owner: String, repo: String, issue: Int, state: String, title: String, body: String, milestone: Option[Int] = None, labels: List[String] = List.empty, assignees: List[String] = List.empty): GHIO[GHResponse[Issue]]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getIssue(owner: String, repo: String, number: Int): GHIO[GHResponse[Issue]]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def listComments(owner: String, repo: String, number: Int): GHIO[GHResponse[List[Comment]]]
  20. def listIssues(owner: String, repo: String): GHIO[GHResponse[List[Issue]]]
  21. def listLabels(owner: String, repo: String, number: Int): GHIO[GHResponse[List[Label]]]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def removeLabel(owner: String, repo: String, number: Int, label: String): GHIO[GHResponse[List[Label]]]
  26. def searchIssues(query: String, searchParams: List[SearchParam]): GHIO[GHResponse[SearchIssuesResult]]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped