public static interface Schedule.Builder extends SdkPojo, CopyableBuilder<Schedule.Builder,Schedule>
| Modifier and Type | Method and Description |
|---|---|
Schedule.Builder |
pipelineExecutionStartCondition(PipelineExecutionStartCondition pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
|
Schedule.Builder |
pipelineExecutionStartCondition(String pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
|
Schedule.Builder |
scheduleExpression(String scheduleExpression)
The expression determines how often a pipeline starts the creation of new images.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchedule.Builder scheduleExpression(String scheduleExpression)
The expression determines how often a pipeline starts the creation of new images.
scheduleExpression - The expression determines how often a pipeline starts the creation of new images.Schedule.Builder pipelineExecutionStartCondition(String pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
pipelineExecutionStartCondition - The condition configures when the pipeline should trigger a new image build.PipelineExecutionStartCondition,
PipelineExecutionStartConditionSchedule.Builder pipelineExecutionStartCondition(PipelineExecutionStartCondition pipelineExecutionStartCondition)
The condition configures when the pipeline should trigger a new image build.
pipelineExecutionStartCondition - The condition configures when the pipeline should trigger a new image build.PipelineExecutionStartCondition,
PipelineExecutionStartConditionCopyright © 2019. All rights reserved.