object CheckSuite
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CheckSuite
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def app[A](innerSelection: SelectionBuilder[App, A]): SelectionBuilder[CheckSuite, Option[A]]
The GitHub App which created this check suite.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def branch[A](innerSelection: SelectionBuilder[Ref, A]): SelectionBuilder[CheckSuite, Option[A]]
The name of the branch for this check suite.
- 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.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def commit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[CheckSuite, A]
The commit for this check suite
- def conclusion: SelectionBuilder[CheckSuite, Option[CheckConclusionState]]
The conclusion of this check suite.
- def createdAt: SelectionBuilder[CheckSuite, DateTime]
Identifies the date and time when the object was created.
- def databaseId: SelectionBuilder[CheckSuite, Option[Int]]
Identifies the primary key from the database.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[CheckSuite, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def push[A](innerSelection: SelectionBuilder[Push, A]): SelectionBuilder[CheckSuite, Option[A]]
The push that triggered this check suite.
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[CheckSuite, A]
The repository associated with this check suite.
- def resourcePath: SelectionBuilder[CheckSuite, URI]
The HTTP path for this check suite
- def status: SelectionBuilder[CheckSuite, CheckStatusState]
The status of this check suite.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[CheckSuite, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[CheckSuite, URI]
The HTTP URL for this check suite
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: