Package | Description |
---|---|
com.amazonaws.service.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineDeclaration |
PipelineDeclaration.clone() |
PipelineDeclaration |
UpdatePipelineResult.getPipeline()
The structure of the updated pipeline.
|
PipelineDeclaration |
UpdatePipelineRequest.getPipeline()
The name of the pipeline to be updated.
|
PipelineDeclaration |
GetPipelineResult.getPipeline()
Returns the value of the Pipeline property for this object.
|
PipelineDeclaration |
CreatePipelineResult.getPipeline()
Returns the value of the Pipeline property for this object.
|
PipelineDeclaration |
CreatePipelineRequest.getPipeline()
Returns the value of the Pipeline property for this object.
|
PipelineDeclaration |
PipelineDeclaration.withArtifactStore(ArtifactStore artifactStore)
Sets the value of the ArtifactStore property for this object.
|
PipelineDeclaration |
PipelineDeclaration.withName(String name)
The name of the action to be performed.
|
PipelineDeclaration |
PipelineDeclaration.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) for AWS CodePipeline to use to either
perform actions with no actionRoleArn, or to use to assume roles for
actions with an actionRoleArn.
|
PipelineDeclaration |
PipelineDeclaration.withStages(Collection<StageDeclaration> stages)
The stage in which to perform the action.
|
PipelineDeclaration |
PipelineDeclaration.withStages(StageDeclaration... stages)
The stage in which to perform the action.
|
PipelineDeclaration |
PipelineDeclaration.withVersion(Integer version)
The version number of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdatePipelineResult.setPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
|
void |
UpdatePipelineRequest.setPipeline(PipelineDeclaration pipeline)
The name of the pipeline to be updated.
|
void |
GetPipelineResult.setPipeline(PipelineDeclaration pipeline)
Sets the value of the Pipeline property for this object.
|
void |
CreatePipelineResult.setPipeline(PipelineDeclaration pipeline)
Sets the value of the Pipeline property for this object.
|
void |
CreatePipelineRequest.setPipeline(PipelineDeclaration pipeline)
Sets the value of the Pipeline property for this object.
|
UpdatePipelineResult |
UpdatePipelineResult.withPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
|
UpdatePipelineRequest |
UpdatePipelineRequest.withPipeline(PipelineDeclaration pipeline)
The name of the pipeline to be updated.
|
GetPipelineResult |
GetPipelineResult.withPipeline(PipelineDeclaration pipeline)
Sets the value of the Pipeline property for this object.
|
CreatePipelineResult |
CreatePipelineResult.withPipeline(PipelineDeclaration pipeline)
Sets the value of the Pipeline property for this object.
|
CreatePipelineRequest |
CreatePipelineRequest.withPipeline(PipelineDeclaration pipeline)
Sets the value of the Pipeline property for this object.
|
Copyright © 2015. All rights reserved.