Packages

object CheckSuite

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CheckSuite
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 app[A](innerSelection: SelectionBuilder[App, A]): SelectionBuilder[CheckSuite, Option[A]]

    The GitHub App which created this check suite.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def branch[A](innerSelection: SelectionBuilder[Ref, A]): SelectionBuilder[CheckSuite, Option[A]]

    The name of the branch for this check suite.

  7. def checkRuns[A](after: Option[String] = None, before: Option[String] = None, filterBy: Option[CheckRunFilter] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[CheckRunConnection, A]): SelectionBuilder[CheckSuite, Option[A]]

    The check runs associated with a check suite.

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def commit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[CheckSuite, A]

    The commit for this check suite

  10. def conclusion: SelectionBuilder[CheckSuite, Option[CheckConclusionState]]

    The conclusion of this check suite.

  11. def createdAt: SelectionBuilder[CheckSuite, DateTime]

    Identifies the date and time when the object was created.

  12. def databaseId: SelectionBuilder[CheckSuite, Option[Int]]

    Identifies the primary key from the database.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def id: SelectionBuilder[CheckSuite, String]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def matchingPullRequests[A](after: Option[String] = None, baseRefName: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, headRefName: Option[String] = None, labels: Option[List[String]] = None, last: Option[Int] = None, orderBy: Option[IssueOrder] = None, states: Option[List[PullRequestState]] = None)(innerSelection: SelectionBuilder[PullRequestConnection, A]): SelectionBuilder[CheckSuite, Option[A]]

    A list of open pull requests matching the check suite.

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def push[A](innerSelection: SelectionBuilder[Push, A]): SelectionBuilder[CheckSuite, Option[A]]

    The push that triggered this check suite.

  25. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[CheckSuite, A]

    The repository associated with this check suite.

  26. def resourcePath: SelectionBuilder[CheckSuite, URI]

    The HTTP path for this check suite

  27. def status: SelectionBuilder[CheckSuite, CheckStatusState]

    The status of this check suite.

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def updatedAt: SelectionBuilder[CheckSuite, DateTime]

    Identifies the date and time when the object was last updated.

  31. def url: SelectionBuilder[CheckSuite, URI]

    The HTTP URL for this check suite

  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped