Class LibraryParser
java.lang.Object
io.jenkins.plugins.pipeline.parsers.AbstractParser
io.jenkins.plugins.pipeline.parsers.LibraryParser
- All Implemented Interfaces:
ParserInterface<LibraryModel>
Parser for
LibraryModel
-
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
-
LibraryParser
- 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<LibraryModel>
- Returns:
- Optional of Generic Type
-