Package | Description |
---|---|
com.amazonaws.service.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
OutputArtifact |
OutputArtifact.clone() |
OutputArtifact |
OutputArtifact.withName(String name)
The name of the output of an artifact, such as "My App".
|
Modifier and Type | Method and Description |
---|---|
List<OutputArtifact> |
ActionDeclaration.getOutputArtifacts()
The name or ID of the result of the action declaration, such as a test or
build artifact.
|
Modifier and Type | Method and Description |
---|---|
ActionDeclaration |
ActionDeclaration.withOutputArtifacts(OutputArtifact... outputArtifacts)
The name or ID of the result of the action declaration, such as a test or
build artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionDeclaration.setOutputArtifacts(Collection<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.
|
Copyright © 2015. All rights reserved.