PipelineExecution.Builder |
PipelineExecution.Builder.artifactRevisions(Collection<ArtifactRevision> artifactRevisions) |
A list of ArtifactRevision objects included in a pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.artifactRevisions(Consumer<ArtifactRevision.Builder>... artifactRevisions) |
A list of ArtifactRevision objects included in a pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.artifactRevisions(ArtifactRevision... artifactRevisions) |
A list of ArtifactRevision objects included in a pipeline execution.
|
static PipelineExecution.Builder |
PipelineExecution.builder() |
|
PipelineExecution.Builder |
PipelineExecution.Builder.executionMode(String executionMode) |
The method that the pipeline will use to handle multiple executions.
|
PipelineExecution.Builder |
PipelineExecution.Builder.executionMode(ExecutionMode executionMode) |
The method that the pipeline will use to handle multiple executions.
|
PipelineExecution.Builder |
PipelineExecution.Builder.executionType(String executionType) |
The type of the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.executionType(ExecutionType executionType) |
The type of the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.pipelineExecutionId(String pipelineExecutionId) |
The ID of the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.pipelineName(String pipelineName) |
The name of the pipeline with the specified pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.pipelineVersion(Integer pipelineVersion) |
The version number of the pipeline with the specified pipeline execution.
|
default PipelineExecution.Builder |
PipelineExecution.Builder.rollbackMetadata(Consumer<PipelineRollbackMetadata.Builder> rollbackMetadata) |
The metadata about the execution pertaining to stage rollback.
|
PipelineExecution.Builder |
PipelineExecution.Builder.rollbackMetadata(PipelineRollbackMetadata rollbackMetadata) |
The metadata about the execution pertaining to stage rollback.
|
PipelineExecution.Builder |
PipelineExecution.Builder.status(String status) |
The status of the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.status(PipelineExecutionStatus status) |
The status of the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.statusSummary(String statusSummary) |
A summary that contains a description of the pipeline execution status.
|
PipelineExecution.Builder |
PipelineExecution.toBuilder() |
|
default PipelineExecution.Builder |
PipelineExecution.Builder.trigger(Consumer<ExecutionTrigger.Builder> trigger) |
Sets the value of the Trigger property for this object.
|
PipelineExecution.Builder |
PipelineExecution.Builder.trigger(ExecutionTrigger trigger) |
Sets the value of the Trigger property for this object.
|
PipelineExecution.Builder |
PipelineExecution.Builder.variables(Collection<ResolvedPipelineVariable> variables) |
A list of pipeline variables used for the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.variables(Consumer<ResolvedPipelineVariable.Builder>... variables) |
A list of pipeline variables used for the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.variables(ResolvedPipelineVariable... variables) |
A list of pipeline variables used for the pipeline execution.
|