Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<OutputArtifact> |
ActionDeclaration.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 |
---|---|
OutputArtifact |
OutputArtifact.clone() |
OutputArtifact |
OutputArtifact.withName(java.lang.String name)
The name of the output of an artifact, such as "My App".
|
Modifier and Type | Method and Description |
---|---|
java.util.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(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(java.util.Collection<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 |
---|---|
OutputArtifact |
OutputArtifactJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OutputArtifactJsonMarshaller.marshall(OutputArtifact outputArtifact,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|