Package | Description |
---|---|
com.sdl.delivery.deployer.api.processing.pipeline |
Modifier and Type | Method and Description |
---|---|
Pipeline |
PipelineFactory.createPipeline(com.sdl.delivery.configuration.Configuration pipelineConfig)
Creates the Pipeline details from a configuration source.
|
Modifier and Type | Method and Description |
---|---|
Optional<Pipeline> |
ProcessingContext.currentPipeline()
Get current
Pipeline . |
Optional<Pipeline> |
PipelineProvider.getFinalizePipeline(String action,
Set<String> verbs,
String pipelineId)
Resolve the pipeline which is last in the execution chain and marked as a finalizing pipeline.
|
Optional<Pipeline> |
PipelineProvider.getNextPipeline(String action,
Set<String> verbs,
String pipelineId)
Resolve the pipeline which comes after the provided pipeline id from the list of pipelines with given
action and verbs.
|
Optional<Pipeline> |
PipelineProvider.getPipeline(String pipelineId)
Search for a pipeline with provided id.
|
List<Pipeline> |
PipelineRegistry.getPipelines()
Gets all the registered pipelines.
|
List<Pipeline> |
PipelineProvider.getPipelines()
Get all
Pipeline s. |
List<Pipeline> |
PipelineProvider.getPipelines(String action,
Set<String> verbs)
Get all pipelines which belongs to given action and verbs.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineRegistry.register(Pipeline pipeline)
Register a pipeline to the register.
|
void |
PipelineRegistry.registerAfter(Pipeline pipeline,
String afterPipelineId)
Register a pipeline after another pipeline to ensure execution after.
|
void |
PipelineRegistry.registerBefore(Pipeline pipeline,
String beforePipelineId)
Register a pipeline before another pipeline to ensure execution before.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries