Uses of Interface
com.adobe.aio.cloudmanager.PipelineExecutionEvent
-
Packages that use PipelineExecutionEvent Package Description com.adobe.aio.cloudmanager -
-
Uses of PipelineExecutionEvent in com.adobe.aio.cloudmanager
Subinterfaces of PipelineExecutionEvent in com.adobe.aio.cloudmanager Modifier and Type Interface Description interface
PipelineExecutionEndEvent
Event representing that a Pipeline Execution has ended.interface
PipelineExecutionStartEvent
Event representing that a Pipeline Execution has started.interface
PipelineExecutionStepEndEvent
Event representing that a Pipeline Execution Step has ended.interface
PipelineExecutionStepStartEvent
Event representing that a Pipeline Execution Step has started.interface
PipelineExecutionStepWaitingEvent
Event representing that a Pipeline Execution Step has entered a waiting state.Methods in com.adobe.aio.cloudmanager that return PipelineExecutionEvent Modifier and Type Method Description @NotNull PipelineExecutionEvent
PipelineExecutionApi. parseEvent(@NotNull String eventBody)
Parse the provided string into an Event instance.@NotNull PipelineExecutionEvent
PipelineExecutionApi. parseEvent(@NotNull String eventBody, @NotNull Map<String,String> requestHeader)
Parse the provided body into an Event instance, validating the event as part of the parsing process.
-