Class PostParser
java.lang.Object
io.jenkins.plugins.pipeline.parsers.AbstractParser
io.jenkins.plugins.pipeline.parsers.PostParser
- All Implemented Interfaces:
ParserInterface<PostModel>
Parser for
PostModel-
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
-
PostParser
- Parameters:
parentNode- Parent Node which contains model definition as yaml
-
-
Method Details
-
parse
Description copied from interface:ParserInterfaceParse Yaml to Model- Specified by:
parsein interfaceParserInterface<PostModel>- Returns:
- Optional of Generic Type
-