Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<InputArtifact> |
ActionDeclaration.inputArtifacts
The name or ID of the artifact consumed by the action, such as a test or
build artifact.
|
Modifier and Type | Method and Description |
---|---|
InputArtifact |
InputArtifact.clone() |
InputArtifact |
InputArtifact.withName(java.lang.String name)
The name of the artifact to be worked on, for example, "My App".
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InputArtifact> |
ActionDeclaration.getInputArtifacts()
The name or ID of the artifact consumed by the action, such as a test or
build artifact.
|
Modifier and Type | Method and Description |
---|---|
ActionDeclaration |
ActionDeclaration.withInputArtifacts(InputArtifact... inputArtifacts)
The name or ID of the artifact consumed by the action, such as a test or
build artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionDeclaration.setInputArtifacts(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(java.util.Collection<InputArtifact> inputArtifacts)
The name or ID of the artifact consumed by the action, such as a test or
build artifact.
|
Modifier and Type | Method and Description |
---|---|
InputArtifact |
InputArtifactJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InputArtifactJsonMarshaller.marshall(InputArtifact inputArtifact,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|