public class

JobParser

extends Object
implements XmlNodeParser<T>
java.lang.Object
   ↳ org.rundeck.api.parser.JobParser

Class Overview

Parser for a single RundeckJob

Summary

Public Constructors
JobParser()
JobParser(String xpath)
Public Methods
RundeckJob parseXmlNode(Node node)
Parse the given XML Node
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.rundeck.api.parser.XmlNodeParser

Public Constructors

public JobParser ()

public JobParser (String xpath)

Parameters
xpath of the job element if it is not the root node

Public Methods

public RundeckJob parseXmlNode (Node node)

Parse the given XML Node

Returns
  • any object holding the converted value