Uses of Interface
com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
Packages that use PipelineExecutionStepState Package Description com.adobe.aio.cloudmanager -
-
Uses of PipelineExecutionStepState in com.adobe.aio.cloudmanager
Fields in com.adobe.aio.cloudmanager with type parameters of type PipelineExecutionStepState Modifier and Type Field Description static Predicate<PipelineExecutionStepState>
PipelineExecutionStepState. IS_CURRENT
Predicate for finding the current step in the execution.static Predicate<PipelineExecutionStepState>
PipelineExecutionStepState. IS_RUNNING
Predicate for the step that within the execution which is currently running.static Predicate<PipelineExecutionStepState>
PipelineExecutionStepState. IS_WAITING
Predicate for finding a step within the execution which is waiting.Methods in com.adobe.aio.cloudmanager that return PipelineExecutionStepState Modifier and Type Method Description @NotNull PipelineExecutionStepState
PipelineExecution. getCurrentStep()
Get the current/active step.@NotNull PipelineExecutionStepState
PipelineExecution. getStep(@NotNull StepAction action)
Get the specified action step.@NotNull PipelineExecutionStepState
PipelineExecutionApi. getStepState(@NotNull PipelineExecution execution, @NotNull StepAction action)
Get the specified action step for the pipeline execution.@NotNull PipelineExecutionStepState
PipelineExecutionStepEndEvent. getStepState()
Get the Pipeline Execution Step associated with the event.@NotNull PipelineExecutionStepState
PipelineExecutionStepStartEvent. getStepState()
Get the Pipeline Execution Step associated with the event.@NotNull PipelineExecutionStepState
PipelineExecutionStepWaitingEvent. getStepState()
Get the Pipeline Execution Step associated with the event.Methods in com.adobe.aio.cloudmanager that return types with arguments of type PipelineExecutionStepState Modifier and Type Method Description @NotNull Optional<PipelineExecutionStepState>
PipelineExecution. getStep(@NotNull Predicate<PipelineExecutionStepState> predicate)
Find the first step that matches the predicate.Methods in com.adobe.aio.cloudmanager with parameters of type PipelineExecutionStepState Modifier and Type Method Description @NotNull String
PipelineExecutionApi. getArtifactDownloadUrl(@NotNull PipelineExecutionStepState step, String artifactId)
Get the fully qualified URL to the artifact file.@NotNull Collection<Artifact>
PipelineExecutionApi. listArtifacts(@NotNull PipelineExecutionStepState step)
List all artifacts associated with the specified step.Method parameters in com.adobe.aio.cloudmanager with type arguments of type PipelineExecutionStepState Modifier and Type Method Description @NotNull Optional<PipelineExecutionStepState>
PipelineExecution. getStep(@NotNull Predicate<PipelineExecutionStepState> predicate)
Find the first step that matches the predicate.
-