public interface PipelineRegistry
Modifier and Type | Method and Description |
---|---|
List<Pipeline> |
getPipelines()
Gets all the registered pipelines.
|
void |
register(Pipeline pipeline)
Register a pipeline to the register.
|
void |
registerAfter(Pipeline pipeline,
String afterPipelineId)
Register a pipeline after another pipeline to ensure execution after.
|
void |
registerBefore(Pipeline pipeline,
String beforePipelineId)
Register a pipeline before another pipeline to ensure execution before.
|
void register(Pipeline pipeline)
pipeline
- The pipeline to registervoid registerBefore(Pipeline pipeline, String beforePipelineId)
pipeline
- The pipeline to registerbeforePipelineId
- The pipelineId of the pipeline to execute before.void registerAfter(Pipeline pipeline, String afterPipelineId)
pipeline
- The pipeline to registerafterPipelineId
- The pipelineId of the pipeline to execute after.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries