Package | Description |
---|---|
com.sdl.delivery.deployer.api.processing.pipeline | |
com.sdl.delivery.deployer.steps |
Modifier and Type | Method and Description |
---|---|
Optional<Step> |
ProcessingContext.currentStep()
Get current
Step . |
Optional<Step> |
PipelineProvider.getNextStep(String pipelineId,
String stepId)
Resolve the step which comes after the provided step id from the list of steps which are contained within
pipeline with provided id.
|
Optional<Step> |
PipelineProvider.getStep(String pipelineId,
String stepId)
Return
Step based on pipeline id and step id. |
List<Step> |
Pipeline.getSteps()
Get the pipeline steps.
|
Optional<List<Step>> |
PipelineProvider.getSteps(String pipelineId)
Get
Step by pipeline id. |
Modifier and Type | Method and Description |
---|---|
Optional<ExecutableStep> |
ExecutableStepFactory.create(Step step)
Create the 'Executable Step' by the given step configuration.
|
Modifier and Type | Method and Description |
---|---|
Optional<ExecutableStep> |
TridionExecutableStepFactory.create(Step step) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries