| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
JobData.inputArtifacts()
The artifact supplied to the job.
|
List<Artifact> |
ThirdPartyJobData.inputArtifacts()
The name of the artifact that is worked on by the action, if any.
|
List<Artifact> |
JobData.outputArtifacts()
The output of the job.
|
List<Artifact> |
ThirdPartyJobData.outputArtifacts()
The name of the artifact that is the result of the action, if any.
|
| Modifier and Type | Method and Description |
|---|---|
JobData.Builder |
JobData.Builder.inputArtifacts(Artifact... inputArtifacts)
The artifact supplied to the job.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.inputArtifacts(Artifact... inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
JobData.Builder |
JobData.Builder.outputArtifacts(Artifact... outputArtifacts)
The output of the job.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.outputArtifacts(Artifact... outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
| Modifier and Type | Method and Description |
|---|---|
JobData.Builder |
JobData.Builder.inputArtifacts(Collection<Artifact> inputArtifacts)
The artifact supplied to the job.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.inputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
JobData.Builder |
JobData.Builder.outputArtifacts(Collection<Artifact> outputArtifacts)
The output of the job.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.outputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
Copyright © 2023. All rights reserved.