Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionContext |
ActionContext.clone() |
ActionContext |
PipelineContext.getAction()
The context of an action to a job worker in the stage of a pipeline.
|
ActionContext |
ActionContext.withActionExecutionId(String actionExecutionId)
The system-generated unique ID that corresponds to an action's execution.
|
ActionContext |
ActionContext.withName(String name)
The name of the action in the context of a job.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineContext.setAction(ActionContext action)
The context of an action to a job worker in the stage of a pipeline.
|
PipelineContext |
PipelineContext.withAction(ActionContext action)
The context of an action to a job worker in the stage of a pipeline.
|
Copyright © 2021. All rights reserved.