Class StepsParser
java.lang.Object
io.jenkins.plugins.pipeline.parsers.AbstractParser
io.jenkins.plugins.pipeline.parsers.StepsParser
- All Implemented Interfaces:
ParserInterface<StepsModel>
Parser for
StepsModel-
Field Summary
Fields inherited from class io.jenkins.plugins.pipeline.parsers.AbstractParser
yaml, yamlNodeName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jenkins.plugins.pipeline.parsers.AbstractParser
convertEnvironmentVariableModel, convertVariableModel, extractParameters, getChildNodeAsLinkedHashMap, getChildNodeAsList, getChildNodeAsObject, getChildNodeAsString, getKey, getValue
-
Constructor Details
-
StepsParser
- Parameters:
parentNode- Parent Node which contains model definition as yaml
-
StepsParser
- Parameters:
stepsList- List of steps
-
-
Method Details
-
parse
Description copied from interface:ParserInterfaceParse Yaml to Model- Specified by:
parsein interfaceParserInterface<StepsModel>- Returns:
- Optional of Generic Type
-