Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
SourceRevision |
SourceRevision.clone() |
SourceRevision |
SourceRevision.withActionName(String actionName) |
SourceRevision |
SourceRevision.withRevisionId(String revisionId) |
SourceRevision |
SourceRevision.withRevisionSummary(String revisionSummary) |
SourceRevision |
SourceRevision.withRevisionUrl(String revisionUrl) |
Modifier and Type | Method and Description |
---|---|
List<SourceRevision> |
PipelineExecutionSummary.getSourceRevisions() |
Modifier and Type | Method and Description |
---|---|
PipelineExecutionSummary |
PipelineExecutionSummary.withSourceRevisions(SourceRevision... sourceRevisions)
NOTE: This method appends the values to the existing list (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecutionSummary.setSourceRevisions(Collection<SourceRevision> sourceRevisions) |
PipelineExecutionSummary |
PipelineExecutionSummary.withSourceRevisions(Collection<SourceRevision> sourceRevisions) |
Copyright © 2018. All rights reserved.