Uses of Class
com.amazonaws.services.codepipeline.model.OutputArtifact
Packages that use OutputArtifact
-
Uses of OutputArtifact in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return OutputArtifactModifier and TypeMethodDescriptionOutputArtifact.clone()
The name of the output of an artifact, such as "My App".Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type OutputArtifactModifier and TypeMethodDescriptionActionDeclaration.getOutputArtifacts()
The name or ID of the result of the action declaration, such as a test or build artifact.Methods in com.amazonaws.services.codepipeline.model with parameters of type OutputArtifactModifier and TypeMethodDescriptionActionDeclaration.withOutputArtifacts
(OutputArtifact... outputArtifacts) The name or ID of the result of the action declaration, such as a test or build artifact.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type OutputArtifactModifier and TypeMethodDescriptionvoid
ActionDeclaration.setOutputArtifacts
(Collection<OutputArtifact> outputArtifacts) The name or ID of the result of the action declaration, such as a test or build artifact.ActionDeclaration.withOutputArtifacts
(Collection<OutputArtifact> outputArtifacts) The name or ID of the result of the action declaration, such as a test or build artifact.