public class

ExecutionParser

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

Class Overview

Parser for a single RundeckExecution

Summary

Public Constructors
ExecutionParser()
ExecutionParser(String xpath)
Public Methods
RundeckExecution 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 ExecutionParser ()

public ExecutionParser (String xpath)

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

Public Methods

public RundeckExecution parseXmlNode (Node node)

Parse the given XML Node

Returns
  • any object holding the converted value