Uses of Class
com.amazonaws.services.codepipeline.model.InputArtifact
Packages that use InputArtifact
-
Uses of InputArtifact in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return InputArtifactModifier and TypeMethodDescriptionInputArtifact.clone()
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 InputArtifactModifier and TypeMethodDescriptionActionDeclaration.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 InputArtifactModifier and TypeMethodDescriptionActionDeclaration.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 InputArtifactModifier and TypeMethodDescriptionvoid
ActionDeclaration.setInputArtifacts
(Collection<InputArtifact> inputArtifacts) The name or ID of the artifact consumed by the action, such as a test or build artifact.ActionDeclaration.withInputArtifacts
(Collection<InputArtifact> inputArtifacts) The name or ID of the artifact consumed by the action, such as a test or build artifact.