Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Artifact> |
ThirdPartyJobData.inputArtifacts
The name of the artifact that will be worked upon by the action, if any.
|
private java.util.List<Artifact> |
JobData.inputArtifacts
The artifact supplied to the job.
|
private java.util.List<Artifact> |
ThirdPartyJobData.outputArtifacts
The name of the artifact that will be the result of the action, if any.
|
private java.util.List<Artifact> |
JobData.outputArtifacts
The output of the job.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.clone() |
Artifact |
Artifact.withLocation(ArtifactLocation location)
The location of an artifact.
|
Artifact |
Artifact.withName(java.lang.String name)
The artifact's name.
|
Artifact |
Artifact.withRevision(java.lang.String revision)
The artifact's revision ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Artifact> |
ThirdPartyJobData.getInputArtifacts()
The name of the artifact that will be worked upon by the action, if any.
|
java.util.List<Artifact> |
JobData.getInputArtifacts()
The artifact supplied to the job.
|
java.util.List<Artifact> |
ThirdPartyJobData.getOutputArtifacts()
The name of the artifact that will be the result of the action, if any.
|
java.util.List<Artifact> |
JobData.getOutputArtifacts()
The output of the job.
|
Modifier and Type | Method and Description |
---|---|
ThirdPartyJobData |
ThirdPartyJobData.withInputArtifacts(Artifact... inputArtifacts)
The name of the artifact that will be worked upon by the action, if any.
|
JobData |
JobData.withInputArtifacts(Artifact... inputArtifacts)
The artifact supplied to the job.
|
ThirdPartyJobData |
ThirdPartyJobData.withOutputArtifacts(Artifact... outputArtifacts)
The name of the artifact that will be the result of the action, if any.
|
JobData |
JobData.withOutputArtifacts(Artifact... outputArtifacts)
The output of the job.
|
Modifier and Type | Method and Description |
---|---|
void |
ThirdPartyJobData.setInputArtifacts(java.util.Collection<Artifact> inputArtifacts)
The name of the artifact that will be worked upon by the action, if any.
|
void |
JobData.setInputArtifacts(java.util.Collection<Artifact> inputArtifacts)
The artifact supplied to the job.
|
void |
ThirdPartyJobData.setOutputArtifacts(java.util.Collection<Artifact> outputArtifacts)
The name of the artifact that will be the result of the action, if any.
|
void |
JobData.setOutputArtifacts(java.util.Collection<Artifact> outputArtifacts)
The output of the job.
|
ThirdPartyJobData |
ThirdPartyJobData.withInputArtifacts(java.util.Collection<Artifact> inputArtifacts)
The name of the artifact that will be worked upon by the action, if any.
|
JobData |
JobData.withInputArtifacts(java.util.Collection<Artifact> inputArtifacts)
The artifact supplied to the job.
|
ThirdPartyJobData |
ThirdPartyJobData.withOutputArtifacts(java.util.Collection<Artifact> outputArtifacts)
The name of the artifact that will be the result of the action, if any.
|
JobData |
JobData.withOutputArtifacts(java.util.Collection<Artifact> outputArtifacts)
The output of the job.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactJsonMarshaller.marshall(Artifact artifact,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|