Package com.adobe.aio.cloudmanager
Interface PipelineExecutionStepEndEvent
-
- All Superinterfaces:
PipelineExecutionEvent
public interface PipelineExecutionStepEndEvent extends PipelineExecutionEvent
Event representing that a Pipeline Execution Step has ended.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull PipelineExecutionStepState
getStepState()
Get the Pipeline Execution Step associated with the event.-
Methods inherited from interface com.adobe.aio.cloudmanager.PipelineExecutionEvent
getId, getPublished
-
-
-
-
Method Detail
-
getStepState
@NotNull @NotNull PipelineExecutionStepState getStepState() throws CloudManagerApiException
Get the Pipeline Execution Step associated with the event.- Returns:
- the pipeline execution step
- Throws:
CloudManagerApiException
- when any error occurs
-
-