Uses of Class
com.amazonaws.services.codepipeline.model.Artifact
Packages that use Artifact
-
Uses of Artifact in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ArtifactModifier and TypeMethodDescriptionArtifact.clone()
Artifact.withLocation
(ArtifactLocation location) The location of an artifact.The artifact's name.Artifact.withRevision
(String revision) The artifact's revision ID.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type ArtifactModifier and TypeMethodDescriptionJobData.getInputArtifacts()
The artifact supplied to the job.ThirdPartyJobData.getInputArtifacts()
The name of the artifact that will be worked upon by the action, if any.JobData.getOutputArtifacts()
The output of the job.ThirdPartyJobData.getOutputArtifacts()
The name of the artifact that will be the result of the action, if any.Methods in com.amazonaws.services.codepipeline.model with parameters of type ArtifactModifier and TypeMethodDescriptionJobData.withInputArtifacts
(Artifact... inputArtifacts) The artifact supplied to the job.ThirdPartyJobData.withInputArtifacts
(Artifact... inputArtifacts) The name of the artifact that will be worked upon by the action, if any.JobData.withOutputArtifacts
(Artifact... outputArtifacts) The output of the job.ThirdPartyJobData.withOutputArtifacts
(Artifact... outputArtifacts) The name of the artifact that will be the result of the action, if any.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
JobData.setInputArtifacts
(Collection<Artifact> inputArtifacts) The artifact supplied to the job.void
ThirdPartyJobData.setInputArtifacts
(Collection<Artifact> inputArtifacts) The name of the artifact that will be worked upon by the action, if any.void
JobData.setOutputArtifacts
(Collection<Artifact> outputArtifacts) The output of the job.void
ThirdPartyJobData.setOutputArtifacts
(Collection<Artifact> outputArtifacts) The name of the artifact that will be the result of the action, if any.JobData.withInputArtifacts
(Collection<Artifact> inputArtifacts) The artifact supplied to the job.ThirdPartyJobData.withInputArtifacts
(Collection<Artifact> inputArtifacts) The name of the artifact that will be worked upon by the action, if any.JobData.withOutputArtifacts
(Collection<Artifact> outputArtifacts) The output of the job.ThirdPartyJobData.withOutputArtifacts
(Collection<Artifact> outputArtifacts) The name of the artifact that will be the result of the action, if any.