Uses of Class
software.amazon.awssdk.services.codepipeline.model.Artifact
-
Packages that use Artifact Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of Artifact in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type Artifact Modifier and Type Method 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.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type Artifact Modifier and Type Method Description JobData.BuilderJobData.Builder. inputArtifacts(Artifact... inputArtifacts)The artifact supplied to the job.ThirdPartyJobData.BuilderThirdPartyJobData.Builder. inputArtifacts(Artifact... inputArtifacts)The name of the artifact that is worked on by the action, if any.JobData.BuilderJobData.Builder. outputArtifacts(Artifact... outputArtifacts)The output of the job.ThirdPartyJobData.BuilderThirdPartyJobData.Builder. outputArtifacts(Artifact... outputArtifacts)The name of the artifact that is the result of the action, if any.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type Artifact Modifier and Type Method Description JobData.BuilderJobData.Builder. inputArtifacts(Collection<Artifact> inputArtifacts)The artifact supplied to the job.ThirdPartyJobData.BuilderThirdPartyJobData.Builder. inputArtifacts(Collection<Artifact> inputArtifacts)The name of the artifact that is worked on by the action, if any.JobData.BuilderJobData.Builder. outputArtifacts(Collection<Artifact> outputArtifacts)The output of the job.ThirdPartyJobData.BuilderThirdPartyJobData.Builder. outputArtifacts(Collection<Artifact> outputArtifacts)The name of the artifact that is the result of the action, if any.
-