GetImagePipelineSchedule

data class GetImagePipelineSchedule(val pipelineExecutionStartCondition: String, val scheduleExpression: String)

Constructors

Link copied to clipboard
constructor(pipelineExecutionStartCondition: String, scheduleExpression: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Condition when the pipeline should trigger a new image build.

Link copied to clipboard

Cron expression of how often the pipeline start condition is evaluated.