Uses of Class
com.amazonaws.services.codepipeline.model.PipelineDeclaration
-
Packages that use PipelineDeclaration Package Description com.amazonaws.services.codepipeline.model -
-
Uses of PipelineDeclaration in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return PipelineDeclaration Modifier and Type Method Description PipelineDeclaration
PipelineDeclaration. clone()
PipelineDeclaration
CreatePipelineRequest. getPipeline()
PipelineDeclaration
CreatePipelineResult. getPipeline()
PipelineDeclaration
GetPipelineResult. getPipeline()
PipelineDeclaration
UpdatePipelineRequest. getPipeline()
The name of the pipeline to be updated.PipelineDeclaration
UpdatePipelineResult. getPipeline()
The structure of the updated pipeline.PipelineDeclaration
PipelineDeclaration. withArtifactStore(ArtifactStore artifactStore)
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(StageDeclaration... stages)
The stage in which to perform the action.PipelineDeclaration
PipelineDeclaration. withStages(Collection<StageDeclaration> stages)
The stage in which to perform the action.PipelineDeclaration
PipelineDeclaration. withVersion(Integer version)
The version number of the pipeline.Methods in com.amazonaws.services.codepipeline.model with parameters of type PipelineDeclaration Modifier and Type Method Description void
CreatePipelineRequest. setPipeline(PipelineDeclaration pipeline)
void
CreatePipelineResult. setPipeline(PipelineDeclaration pipeline)
void
GetPipelineResult. setPipeline(PipelineDeclaration pipeline)
void
UpdatePipelineRequest. setPipeline(PipelineDeclaration pipeline)
The name of the pipeline to be updated.void
UpdatePipelineResult. setPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.CreatePipelineRequest
CreatePipelineRequest. withPipeline(PipelineDeclaration pipeline)
CreatePipelineResult
CreatePipelineResult. withPipeline(PipelineDeclaration pipeline)
GetPipelineResult
GetPipelineResult. withPipeline(PipelineDeclaration pipeline)
UpdatePipelineRequest
UpdatePipelineRequest. withPipeline(PipelineDeclaration pipeline)
The name of the pipeline to be updated.UpdatePipelineResult
UpdatePipelineResult. withPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
-