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