Interface ParserInterface<T>
- Type Parameters:
 T- Generic Type
- All Known Implementing Classes:
 AgentParser,EnvironmentParser,InputParser,LibraryParser,OptionsParser,ParallelParser,ParametersParser,PipelineParser,PostParser,ScriptParser,StageParser,StagesParser,StepsParser,SubScriptParser,ToolsParser,TriggersParser,WhenConditionalParser,WhenParser
public interface ParserInterface<T>
Interface for Parser classes
- 
Method Summary
 
- 
Method Details
- 
parse
Parse Yaml to Model- Returns:
 - Optional of Generic Type
 
 
 -