Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineExecution |
PipelineExecution.clone() |
PipelineExecution |
GetPipelineExecutionResult.getPipelineExecution()
Represents information about the execution of a pipeline.
|
PipelineExecution |
PipelineExecution.withArtifactRevisions(ArtifactRevision... artifactRevisions)
A list of
ArtifactRevision objects included in a pipeline execution. |
PipelineExecution |
PipelineExecution.withArtifactRevisions(Collection<ArtifactRevision> artifactRevisions)
A list of
ArtifactRevision objects included in a pipeline execution. |
PipelineExecution |
PipelineExecution.withExecutionMode(ExecutionMode executionMode)
The method that the pipeline will use to handle multiple executions.
|
PipelineExecution |
PipelineExecution.withExecutionMode(String executionMode)
The method that the pipeline will use to handle multiple executions.
|
PipelineExecution |
PipelineExecution.withExecutionType(ExecutionType executionType)
The type of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withExecutionType(String executionType)
The type of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withPipelineName(String pipelineName)
The name of the pipeline with the specified pipeline execution.
|
PipelineExecution |
PipelineExecution.withPipelineVersion(Integer pipelineVersion)
The version number of the pipeline with the specified pipeline execution.
|
PipelineExecution |
PipelineExecution.withRollbackMetadata(PipelineRollbackMetadata rollbackMetadata)
The metadata about the execution pertaining to stage rollback.
|
PipelineExecution |
PipelineExecution.withStatus(PipelineExecutionStatus status)
The status of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withStatus(String status)
The status of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withStatusSummary(String statusSummary)
A summary that contains a description of the pipeline execution status.
|
PipelineExecution |
PipelineExecution.withTrigger(ExecutionTrigger trigger) |
PipelineExecution |
PipelineExecution.withVariables(Collection<ResolvedPipelineVariable> variables)
A list of pipeline variables used for the pipeline execution.
|
PipelineExecution |
PipelineExecution.withVariables(ResolvedPipelineVariable... variables)
A list of pipeline variables used for the pipeline execution.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPipelineExecutionResult.setPipelineExecution(PipelineExecution pipelineExecution)
Represents information about the execution of a pipeline.
|
GetPipelineExecutionResult |
GetPipelineExecutionResult.withPipelineExecution(PipelineExecution pipelineExecution)
Represents information about the execution of a pipeline.
|
Copyright © 2024. All rights reserved.