Uses of Class
com.amazonaws.services.codepipeline.model.Artifact
-
Packages that use Artifact Package Description com.amazonaws.services.codepipeline.model -
-
Uses of Artifact in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return Artifact Modifier and Type Method 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.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>
JobData. getInputArtifacts()
The artifact supplied to the job.List<Artifact>
ThirdPartyJobData. getInputArtifacts()
The name of the artifact that will be worked upon by the action, if any.List<Artifact>
JobData. getOutputArtifacts()
The output of the job.List<Artifact>
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 Artifact Modifier and Type Method Description JobData
JobData. withInputArtifacts(Artifact... inputArtifacts)
The artifact supplied to the job.ThirdPartyJobData
ThirdPartyJobData. withInputArtifacts(Artifact... inputArtifacts)
The name of the artifact that will be worked upon by the action, if any.JobData
JobData. withOutputArtifacts(Artifact... outputArtifacts)
The output of the job.ThirdPartyJobData
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 Artifact Modifier and Type Method Description void
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
JobData. withInputArtifacts(Collection<Artifact> inputArtifacts)
The artifact supplied to the job.ThirdPartyJobData
ThirdPartyJobData. withInputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that will be worked upon by the action, if any.JobData
JobData. withOutputArtifacts(Collection<Artifact> outputArtifacts)
The output of the job.ThirdPartyJobData
ThirdPartyJobData. withOutputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that will be the result of the action, if any.
-