Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineDeclaration |
PipelineDeclaration.addArtifactStoresEntry(String key,
ArtifactStore value)
Add a single ArtifactStores entry
|
PipelineDeclaration |
PipelineDeclaration.clearArtifactStoresEntries()
Removes all the entries added into ArtifactStores.
|
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()
Represents the structure of actions and stages to be performed in the pipeline.
|
PipelineDeclaration |
CreatePipelineResult.getPipeline()
Represents the structure of actions and stages to be performed in the pipeline.
|
PipelineDeclaration |
CreatePipelineRequest.getPipeline()
Represents the structure of actions and stages to be performed in the pipeline.
|
PipelineDeclaration |
PipelineDeclaration.withArtifactStore(ArtifactStore artifactStore)
Represents information about the S3 bucket where artifacts are stored for the pipeline.
|
PipelineDeclaration |
PipelineDeclaration.withArtifactStores(Map<String,ArtifactStore> artifactStores)
A mapping of
artifactStore objects and their corresponding Amazon Web Services Regions. |
PipelineDeclaration |
PipelineDeclaration.withName(String name)
The name of the pipeline.
|
PipelineDeclaration |
PipelineDeclaration.withPipelineType(PipelineType pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
PipelineDeclaration |
PipelineDeclaration.withPipelineType(String pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
PipelineDeclaration |
PipelineDeclaration.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) for 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.withTriggers(Collection<PipelineTriggerDeclaration> triggers)
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
PipelineDeclaration |
PipelineDeclaration.withTriggers(PipelineTriggerDeclaration... triggers)
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
PipelineDeclaration |
PipelineDeclaration.withVariables(Collection<PipelineVariableDeclaration> variables)
A list that defines the pipeline variables for a pipeline resource.
|
PipelineDeclaration |
PipelineDeclaration.withVariables(PipelineVariableDeclaration... variables)
A list that defines the pipeline variables for a pipeline resource.
|
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)
Represents the structure of actions and stages to be performed in the pipeline.
|
void |
CreatePipelineResult.setPipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
void |
CreatePipelineRequest.setPipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
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)
Represents the structure of actions and stages to be performed in the pipeline.
|
CreatePipelineResult |
CreatePipelineResult.withPipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
CreatePipelineRequest |
CreatePipelineRequest.withPipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
Copyright © 2023. All rights reserved.