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