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(InputArtifact... inputArtifacts) |
The name or ID of the artifact consumed by the action, such as a test or
build artifact.
|
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.withName(String name) |
The action declaration's name.
|
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.withOutputArtifacts(Collection<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.
|