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 interfacePipelineExecutionEndEventEvent representing that a Pipeline Execution has ended.interfacePipelineExecutionStartEventEvent representing that a Pipeline Execution has started.interfacePipelineExecutionStepEndEventEvent representing that a Pipeline Execution Step has ended.interfacePipelineExecutionStepStartEventEvent representing that a Pipeline Execution Step has started.interfacePipelineExecutionStepWaitingEventEvent 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 PipelineExecutionEventPipelineExecutionApi. parseEvent(@NotNull String eventBody)Parse the provided string into an Event instance.@NotNull PipelineExecutionEventPipelineExecutionApi. 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.
-