public class

ExecutionStateParser

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

Class Overview

$INTERFACE is ... User: greg Date: 1/16/14 Time: 5:42 PM

Summary

Public Constructors
ExecutionStateParser()
ExecutionStateParser(String xpath)
Public Methods
RundeckExecutionState 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 ExecutionStateParser ()

public ExecutionStateParser (String xpath)

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

Public Methods

public RundeckExecutionState parseXmlNode (Node node)

Parse the given XML Node

Returns
  • any object holding the converted value