Package nz.org.riskscape.pipeline
Class PipelineParser
java.lang.Object
nz.org.riskscape.pipeline.PipelineParser
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparsePipeline
(String pipelineSource) Parses a pipeline from the DSLparsePipelineAllowParameters
(String pipelineSource) Parses a pipeline from the DSL, allowing $parameters to appear in the sauce
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PipelineParser
public PipelineParser()
-
-
Method Details
-
parsePipeline
Parses a pipeline from the DSL
- Parameters:
pipelineSource
-- Returns:
- pipeline declaration
-
parsePipelineAllowParameters
Parses a pipeline from the DSL, allowing $parameters to appear in the sauce
- Parameters:
pipelineSource
-- Returns:
- pipeline declaration
-