Uses of Class
com.amazonaws.services.codepipeline.model.OutputArtifact
-
Packages that use OutputArtifact Package Description com.amazonaws.services.codepipeline.model -
-
Uses of OutputArtifact in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return OutputArtifact Modifier and Type Method Description OutputArtifact
OutputArtifact. clone()
OutputArtifact
OutputArtifact. withName(String name)
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 OutputArtifact Modifier and Type Method Description List<OutputArtifact>
ActionDeclaration. 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 OutputArtifact Modifier and Type Method Description ActionDeclaration
ActionDeclaration. 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 OutputArtifact Modifier and Type Method Description void
ActionDeclaration. setOutputArtifacts(Collection<OutputArtifact> outputArtifacts)
The name or ID of the result of the action declaration, such as a test or build artifact.ActionDeclaration
ActionDeclaration. withOutputArtifacts(Collection<OutputArtifact> outputArtifacts)
The name or ID of the result of the action declaration, such as a test or build artifact.
-