Uses of Class
com.amazonaws.services.codepipeline.model.ActionDeclaration
Packages that use ActionDeclaration
-
Uses of ActionDeclaration in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionDeclarationModifier and TypeMethodDescriptionActionDeclaration.addConfigurationEntry
(String key, String value) ActionDeclaration.clearConfigurationEntries()
Removes all the entries added into Configuration.ActionDeclaration.clone()
ActionDeclaration.withActionTypeId
(ActionTypeId actionTypeId) The configuration information for the action type.ActionDeclaration.withConfiguration
(Map<String, String> configuration) The action declaration's configuration.ActionDeclaration.withInputArtifacts
(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.The action declaration's name.ActionDeclaration.withOutputArtifacts
(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.ActionDeclaration.withRoleArn
(String roleArn) The ARN of the IAM service role that will perform the declared action.ActionDeclaration.withRunOrder
(Integer runOrder) The order in which actions are run.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type ActionDeclarationMethods in com.amazonaws.services.codepipeline.model with parameters of type ActionDeclarationModifier and TypeMethodDescriptionStageDeclaration.withActions
(ActionDeclaration... actions) The actions included in a stage.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type ActionDeclarationModifier and TypeMethodDescriptionvoid
StageDeclaration.setActions
(Collection<ActionDeclaration> actions) The actions included in a stage.StageDeclaration.withActions
(Collection<ActionDeclaration> actions) The actions included in a stage.