| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<SourceRevision> |
PipelineExecutionSummary.sourceRevisions()
A list of the source artifact revisions that initiated a pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionSummary.Builder |
PipelineExecutionSummary.Builder.sourceRevisions(SourceRevision... sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionSummary.Builder |
PipelineExecutionSummary.Builder.sourceRevisions(Collection<SourceRevision> sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
|
Copyright © 2023. All rights reserved.