object CheckRun
- Source
- Client.scala
- Alphabetic
- By Inheritance
- CheckRun
- AnyRef
- Any
- Hide All
- Show All
- 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 annotations[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[CheckAnnotationConnection, A]): SelectionBuilder[CheckRun, Option[A]]
The check run's annotations
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkSuite[A](innerSelection: SelectionBuilder[CheckSuite, A]): SelectionBuilder[CheckRun, A]
The check suite that this run is a part of.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def completedAt: SelectionBuilder[CheckRun, Option[DateTime]]
Identifies the date and time when the check run was completed.
- def conclusion: SelectionBuilder[CheckRun, Option[CheckConclusionState]]
The conclusion of the check run.
- def databaseId: SelectionBuilder[CheckRun, Option[Int]]
Identifies the primary key from the database.
- def detailsUrl: SelectionBuilder[CheckRun, Option[URI]]
The URL from which to find full details of the check run on the integrator's site.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def externalId: SelectionBuilder[CheckRun, Option[String]]
A reference for the check run on the integrator's system.
- 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[CheckRun, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: SelectionBuilder[CheckRun, String]
The name of the check for this check run.
- 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 permalink: SelectionBuilder[CheckRun, URI]
The permalink to the check run summary.
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[CheckRun, A]
The repository associated with this check run.
- def resourcePath: SelectionBuilder[CheckRun, URI]
The HTTP path for this check run.
- def startedAt: SelectionBuilder[CheckRun, Option[DateTime]]
Identifies the date and time when the check run was started.
- def status: SelectionBuilder[CheckRun, CheckStatusState]
The current status of the check run.
- def summary: SelectionBuilder[CheckRun, Option[String]]
A string representing the check run's summary
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text: SelectionBuilder[CheckRun, Option[String]]
A string representing the check run's text
- def title: SelectionBuilder[CheckRun, Option[String]]
A string representing the check run
- def toString(): String
- Definition Classes
- AnyRef → Any
- def url: SelectionBuilder[CheckRun, URI]
The HTTP URL for this check run.
- 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: