CiConfigJob
object CiConfigJob
class Object
trait Matchable
class Any
Value members
Concrete methods
Override a set of commands that are executed after the job.
Override a set of commands that are executed after the job.
Override a set of commands that are executed before the job.
Override a set of commands that are executed before the job.
def except[A](innerSelection: SelectionBuilder[CiConfigJobRestriction, A]): SelectionBuilder[CiConfigJob, Option[A]]
Limit when jobs are not created.
Limit when jobs are not created.
def needs[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[CiConfigNeedConnection, A]): SelectionBuilder[CiConfigJob, Option[A]]
Builds that must complete before the jobs run.
Builds that must complete before the jobs run.
def only[A](innerSelection: SelectionBuilder[CiConfigJobRestriction, A]): SelectionBuilder[CiConfigJob, Option[A]]
Jobs are created when these conditions do not apply.
Jobs are created when these conditions do not apply.