Uses of Class
com.amazonaws.services.codepipeline.model.ActionContext
-
Packages that use ActionContext Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ActionContext in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionContext Modifier and Type Method Description ActionContext
ActionContext. clone()
ActionContext
PipelineContext. getAction()
ActionContext
ActionContext. withName(String name)
The name of the action within the context of a job.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionContext Modifier and Type Method Description void
PipelineContext. setAction(ActionContext action)
PipelineContext
PipelineContext. withAction(ActionContext action)
-