public class

HistoryParser

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

Class Overview

Parser for a single RundeckHistory

Summary

Public Constructors
HistoryParser()
HistoryParser(String xpath)
Public Methods
RundeckHistory 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 HistoryParser ()

public HistoryParser (String xpath)

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

Public Methods

public RundeckHistory parseXmlNode (Node node)

Parse the given XML Node

Returns
  • any object holding the converted value