| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Artifact | Artifact. clone() | 
| Artifact | Artifact. withLocation(ArtifactLocation location)
 The location of an artifact. | 
| Artifact | Artifact. withName(String name)
 The artifact's name. | 
| Artifact | Artifact. withRevision(String revision)
 The artifact's revision ID. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Artifact> | ThirdPartyJobData. getInputArtifacts()
 The name of the artifact that is worked on by the action, if any. | 
| List<Artifact> | JobData. getInputArtifacts()
 The artifact supplied to the job. | 
| List<Artifact> | ThirdPartyJobData. getOutputArtifacts()
 The name of the artifact that is the result of the action, if any. | 
| 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 is worked on 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 is 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(Collection<Artifact> inputArtifacts)
 The name of the artifact that is worked on by the action, if any. | 
| void | JobData. setInputArtifacts(Collection<Artifact> inputArtifacts)
 The artifact supplied to the job. | 
| void | ThirdPartyJobData. setOutputArtifacts(Collection<Artifact> outputArtifacts)
 The name of the artifact that is the result of the action, if any. | 
| void | JobData. setOutputArtifacts(Collection<Artifact> outputArtifacts)
 The output of the job. | 
| ThirdPartyJobData | ThirdPartyJobData. withInputArtifacts(Collection<Artifact> inputArtifacts)
 The name of the artifact that is worked on by the action, if any. | 
| JobData | JobData. withInputArtifacts(Collection<Artifact> inputArtifacts)
 The artifact supplied to the job. | 
| ThirdPartyJobData | ThirdPartyJobData. withOutputArtifacts(Collection<Artifact> outputArtifacts)
 The name of the artifact that is the result of the action, if any. | 
| JobData | JobData. withOutputArtifacts(Collection<Artifact> outputArtifacts)
 The output of the job. | 
Copyright © 2024. All rights reserved.