Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ActionDeclaration> |
StageDeclaration.actions
The actions included in a stage.
|
Modifier and Type | Method and Description |
---|---|
ActionDeclaration |
ActionDeclaration.addConfigurationEntry(java.lang.String key,
java.lang.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(java.util.Map<java.lang.String,java.lang.String> configuration)
The action declaration's configuration.
|
ActionDeclaration |
ActionDeclaration.withInputArtifacts(java.util.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(java.lang.String name)
The action declaration's name.
|
ActionDeclaration |
ActionDeclaration.withOutputArtifacts(java.util.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(java.lang.String roleArn)
The ARN of the IAM service role that will perform the declared action.
|
ActionDeclaration |
ActionDeclaration.withRunOrder(java.lang.Integer runOrder)
The order in which actions are run.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ActionDeclaration> actions)
The actions included in a stage.
|
StageDeclaration |
StageDeclaration.withActions(java.util.Collection<ActionDeclaration> actions)
The actions included in a stage.
|
Modifier and Type | Method and Description |
---|---|
ActionDeclaration |
ActionDeclarationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionDeclarationJsonMarshaller.marshall(ActionDeclaration actionDeclaration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|