Package | Description |
---|---|
com.amazonaws.service.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionDeclaration |
ActionDeclaration.addConfigurationEntry(String key,
String value) |
ActionDeclaration |
ActionDeclaration.clearConfigurationEntries()
Removes all the entries added into Configuration.
|
ActionDeclaration |
ActionDeclaration.clone() |
ActionDeclaration |
ActionDeclaration.withActionTypeId(ActionTypeId actionTypeId)
The configuration information for the action type.
|
ActionDeclaration |
ActionDeclaration.withConfiguration(Map<String,String> configuration)
The action declaration's configuration.
|
ActionDeclaration |
ActionDeclaration.withInputArtifacts(Collection<InputArtifact> inputArtifacts)
The name or ID of the artifact consumed by the action, such as a test or
build artifact.
|
ActionDeclaration |
ActionDeclaration.withInputArtifacts(InputArtifact... inputArtifacts)
The name or ID of the artifact consumed by the action, such as a test or
build artifact.
|
ActionDeclaration |
ActionDeclaration.withName(String name)
The action declaration's name.
|
ActionDeclaration |
ActionDeclaration.withOutputArtifacts(Collection<OutputArtifact> outputArtifacts)
The name or ID of the result of the action declaration, such as a test or
build artifact.
|
ActionDeclaration |
ActionDeclaration.withOutputArtifacts(OutputArtifact... outputArtifacts)
The name or ID of the result of the action declaration, such as a test or
build artifact.
|
ActionDeclaration |
ActionDeclaration.withRoleArn(String roleArn)
The ARN of the IAM service role that will perform the declared action.
|
ActionDeclaration |
ActionDeclaration.withRunOrder(Integer runOrder)
The order in which actions are run.
|
Modifier and Type | Method and Description |
---|---|
List<ActionDeclaration> |
StageDeclaration.getActions()
The actions included in a stage.
|
Modifier and Type | Method and Description |
---|---|
StageDeclaration |
StageDeclaration.withActions(ActionDeclaration... actions)
The actions included in a stage.
|
Modifier and Type | Method and Description |
---|---|
void |
StageDeclaration.setActions(Collection<ActionDeclaration> actions)
The actions included in a stage.
|
StageDeclaration |
StageDeclaration.withActions(Collection<ActionDeclaration> actions)
The actions included in a stage.
|
Copyright © 2015. All rights reserved.