CiJob
object CiJob
class Object
trait Matchable
class Any
Value members
Concrete methods
def artifacts[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[CiJobArtifactConnection, A]): SelectionBuilder[CiJob, Option[A]]
Artifacts generated by the job.
Artifacts generated by the job.
def detailedStatus[A](innerSelection: SelectionBuilder[DetailedStatus, A]): SelectionBuilder[CiJob, Option[A]]
Detailed status of the job.
Detailed status of the job.
def needs[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[CiBuildNeedConnection, A]): SelectionBuilder[CiJob, Option[A]]
References to builds that must complete before the jobs run.
References to builds that must complete before the jobs run.
Type of pipeline scheduling. Value is dag
if the pipeline uses the needs
keyword, and stage
otherwise.
Type of pipeline scheduling. Value is dag
if the pipeline uses the needs
keyword, and stage
otherwise.
def userPermissions[A](innerSelection: SelectionBuilder[JobPermissions, A]): SelectionBuilder[CiJob, A]
Permissions for the current user on the resource
Permissions for the current user on the resource