Packages

o

io.pg.gitlab.graphql

Pipeline

object Pipeline

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pipeline
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def beforeSha: SelectionBuilder[Pipeline, Option[String]]

    Base SHA of the source branch

  6. def cancelable: SelectionBuilder[Pipeline, Boolean]

    Specifies if a pipeline can be canceled

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def committedAt: SelectionBuilder[Pipeline, Option[Time]]

    Timestamp of the pipeline's commit

  9. def configSource: SelectionBuilder[Pipeline, Option[PipelineConfigSourceEnum]]

    Config source of the pipeline (UNKNOWN_SOURCE, REPOSITORY_SOURCE, AUTO_DEVOPS_SOURCE, WEBIDE_SOURCE, REMOTE_SOURCE, EXTERNAL_PROJECT_SOURCE, BRIDGE_SOURCE, PARAMETER_SOURCE)

  10. def coverage: SelectionBuilder[Pipeline, Option[Double]]

    Coverage percentage

  11. def createdAt: SelectionBuilder[Pipeline, Time]

    Timestamp of the pipeline's creation

  12. def detailedStatus[A](innerSelection: SelectionBuilder[DetailedStatus, A]): SelectionBuilder[Pipeline, A]

    Detailed status of the pipeline

  13. def downstream[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[PipelineConnection, A]): SelectionBuilder[Pipeline, Option[A]]

    Pipelines this pipeline will trigger

  14. def duration: SelectionBuilder[Pipeline, Option[Int]]

    Duration of the pipeline in seconds

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finishedAt: SelectionBuilder[Pipeline, Option[Time]]

    Timestamp of the pipeline's completion

  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def id: SelectionBuilder[Pipeline, String]

    ID of the pipeline

  21. def iid: SelectionBuilder[Pipeline, String]

    Internal ID of the pipeline

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def jobs[A](securityReportTypes: Option[List[SecurityReportTypeEnum]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[CiJobConnection, A]): SelectionBuilder[Pipeline, Option[A]]

    Jobs belonging to the pipeline

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def path: SelectionBuilder[Pipeline, Option[String]]

    Relative path to the pipeline's page

  28. def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Pipeline, Option[A]]

    Project the pipeline belongs to

  29. def retryable: SelectionBuilder[Pipeline, Boolean]

    Specifies if a pipeline can be retried

  30. def securityReportSummary[A](innerSelection: SelectionBuilder[SecurityReportSummary, A]): SelectionBuilder[Pipeline, Option[A]]

    Vulnerability and scanned resource counts for each security scanner of the pipeline

  31. def sha: SelectionBuilder[Pipeline, String]

    SHA of the pipeline's commit

  32. def sourceJob[A](innerSelection: SelectionBuilder[CiJob, A]): SelectionBuilder[Pipeline, Option[A]]

    Job where pipeline was triggered from

  33. def stages[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[CiStageConnection, A]): SelectionBuilder[Pipeline, Option[A]]

    Stages of the pipeline

  34. def startedAt: SelectionBuilder[Pipeline, Option[Time]]

    Timestamp when the pipeline was started

  35. def status: SelectionBuilder[Pipeline, PipelineStatusEnum]

    Status of the pipeline (CREATED, WAITING_FOR_RESOURCE, PREPARING, PENDING, RUNNING, FAILED, SUCCESS, CANCELED, SKIPPED, MANUAL, SCHEDULED)

  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def updatedAt: SelectionBuilder[Pipeline, Time]

    Timestamp of the pipeline's last activity

  39. def upstream[A](innerSelection: SelectionBuilder[Pipeline, A]): SelectionBuilder[Pipeline, Option[A]]

    Pipeline that triggered the pipeline

  40. def user[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Pipeline, Option[A]]

    Pipeline user

  41. def userPermissions[A](innerSelection: SelectionBuilder[PipelinePermissions, A]): SelectionBuilder[Pipeline, A]

    Permissions for the current user on the resource

  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped