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