| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
SourceRevision | 
SourceRevision.clone()  | 
SourceRevision | 
SourceRevision.withActionName(String actionName)
 The name of the action that processed the revision to the source artifact. 
 | 
SourceRevision | 
SourceRevision.withRevisionId(String revisionId)
 The system-generated unique ID that identifies the revision number of the artifact. 
 | 
SourceRevision | 
SourceRevision.withRevisionSummary(String revisionSummary)
 Summary information about the most recent revision of the artifact. 
 | 
SourceRevision | 
SourceRevision.withRevisionUrl(String revisionUrl)
 The commit ID for the artifact revision. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SourceRevision> | 
PipelineExecutionSummary.getSourceRevisions()
 A list of the source artifact revisions that initiated a pipeline execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PipelineExecutionSummary | 
PipelineExecutionSummary.withSourceRevisions(SourceRevision... sourceRevisions)
 A list of the source artifact revisions that initiated a pipeline execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PipelineExecutionSummary.setSourceRevisions(Collection<SourceRevision> sourceRevisions)
 A list of the source artifact revisions that initiated a pipeline execution. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withSourceRevisions(Collection<SourceRevision> sourceRevisions)
 A list of the source artifact revisions that initiated a pipeline execution. 
 | 
Copyright © 2021. All rights reserved.