Uses of Class
com.amazonaws.services.codepipeline.model.InputArtifact
-
Packages that use InputArtifact Package Description com.amazonaws.services.codepipeline.model -
-
Uses of InputArtifact in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return InputArtifact Modifier and Type Method Description InputArtifact
InputArtifact. clone()
InputArtifact
InputArtifact. withName(String name)
The name of the artifact to be worked on, for example, "My App".Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type InputArtifact Modifier and Type Method Description List<InputArtifact>
ActionDeclaration. getInputArtifacts()
The name or ID of the artifact consumed by the action, such as a test or build artifact.Methods in com.amazonaws.services.codepipeline.model with parameters of type InputArtifact Modifier and Type Method Description ActionDeclaration
ActionDeclaration. withInputArtifacts(InputArtifact... inputArtifacts)
The name or ID of the artifact consumed by the action, such as a test or build artifact.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type InputArtifact Modifier and Type Method Description void
ActionDeclaration. setInputArtifacts(Collection<InputArtifact> inputArtifacts)
The name or ID of the artifact consumed by the action, such as a test or build artifact.ActionDeclaration
ActionDeclaration. withInputArtifacts(Collection<InputArtifact> inputArtifacts)
The name or ID of the artifact consumed by the action, such as a test or build artifact.
-