Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
InputArtifact |
InputArtifact.clone() |
InputArtifact |
InputArtifact.withName(String name)
The name of the artifact to be worked on, for example, "My App".
|
Modifier and Type | Method and Description |
---|---|
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(Collection<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.
|
Copyright © 2015. All rights reserved.