Packages

object CheckRun

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CheckRun
  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 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

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

    The check suite that this run is a part of.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def completedAt: SelectionBuilder[CheckRun, Option[DateTime]]

    Identifies the date and time when the check run was completed.

  9. def conclusion: SelectionBuilder[CheckRun, Option[CheckConclusionState]]

    The conclusion of the check run.

  10. def databaseId: SelectionBuilder[CheckRun, Option[Int]]

    Identifies the primary key from the database.

  11. def detailsUrl: SelectionBuilder[CheckRun, Option[URI]]

    The URL from which to find full details of the check run on the integrator's site.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def externalId: SelectionBuilder[CheckRun, Option[String]]

    A reference for the check run on the integrator's system.

  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[CheckRun, String]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def name: SelectionBuilder[CheckRun, String]

    The name of the check for this check run.

  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 permalink: SelectionBuilder[CheckRun, URI]

    The permalink to the check run summary.

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

    The repository associated with this check run.

  26. def resourcePath: SelectionBuilder[CheckRun, URI]

    The HTTP path for this check run.

  27. def startedAt: SelectionBuilder[CheckRun, Option[DateTime]]

    Identifies the date and time when the check run was started.

  28. def status: SelectionBuilder[CheckRun, CheckStatusState]

    The current status of the check run.

  29. def summary: SelectionBuilder[CheckRun, Option[String]]

    A string representing the check run's summary

  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def text: SelectionBuilder[CheckRun, Option[String]]

    A string representing the check run's text

  32. def title: SelectionBuilder[CheckRun, Option[String]]

    A string representing the check run

  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def url: SelectionBuilder[CheckRun, URI]

    The HTTP URL for this check run.

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

Inherited from AnyRef

Inherited from Any

Ungrouped