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_CURRENTPredicate for finding the current step in the execution.static Predicate<PipelineExecutionStepState>PipelineExecutionStepState. IS_RUNNINGPredicate for the step that within the execution which is currently running.static Predicate<PipelineExecutionStepState>PipelineExecutionStepState. IS_WAITINGPredicate 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 PipelineExecutionStepStatePipelineExecution. getCurrentStep()Get the current/active step.@NotNull PipelineExecutionStepStatePipelineExecution. getStep(@NotNull StepAction action)Get the specified action step.@NotNull PipelineExecutionStepStatePipelineExecutionApi. getStepState(@NotNull PipelineExecution execution, @NotNull StepAction action)Get the specified action step for the pipeline execution.@NotNull PipelineExecutionStepStatePipelineExecutionStepEndEvent. getStepState()Get the Pipeline Execution Step associated with the event.@NotNull PipelineExecutionStepStatePipelineExecutionStepStartEvent. getStepState()Get the Pipeline Execution Step associated with the event.@NotNull PipelineExecutionStepStatePipelineExecutionStepWaitingEvent. 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 StringPipelineExecutionApi. 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.
-