Class

github4s

GHIssues

Related Doc: package github4s

Permalink

class GHIssues extends AnyRef

Linear Supertypes
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])

    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(owner: String, repo: String, number: Int, labels: List[String]): GHIO[GHResponse[List[Label]]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createComment(owner: String, repo: String, number: Int, body: String): GHIO[GHResponse[Comment]]

    Permalink
  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]]

    Permalink
  9. def deleteComment(owner: String, repo: String, id: Int): GHIO[GHResponse[Unit]]

    Permalink
  10. def editComment(owner: String, repo: String, id: Int, body: String): GHIO[GHResponse[Comment]]

    Permalink
  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]]

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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getIssue(owner: String, repo: String, number: Int): GHIO[GHResponse[Issue]]

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def listAvailableAssignees(owner: String, repo: String, pagination: Option[Pagination] = None): GHIO[GHResponse[List[User]]]

    Permalink
  20. def listComments(owner: String, repo: String, number: Int): GHIO[GHResponse[List[Comment]]]

    Permalink
  21. def listIssues(owner: String, repo: String): GHIO[GHResponse[List[Issue]]]

    Permalink
  22. def listLabels(owner: String, repo: String, number: Int): GHIO[GHResponse[List[Label]]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def removeLabel(owner: String, repo: String, number: Int, label: String): GHIO[GHResponse[List[Label]]]

    Permalink
  27. def searchIssues(query: String, searchParams: List[SearchParam]): GHIO[GHResponse[SearchIssuesResult]]

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped