Internal parsers for parsing the Rundeck responses.
| ResponseParser<T> | Parse inputstream to some content |
| XmlNodeParser<T> | Interface to be implemented for parsers that handle XML Nodes |
| AbortParser | Parser for a single RundeckAbort |
| ArchiveImportParser | ArchiveImportParser is ... |
| BaseStateParser | $INTERFACE is ... |
| BaseXpathParser<T> | BaseXpathParser is ... |
| BulkDeleteParser | BulkDeleteParser is ... |
| DeleteExecutionsResponseParser | DeleteExecutionsResponseParser is ... |
| DeleteParser | DeleteParser is ... |
| EventParser | Parser for a single RundeckEvent |
| ExecutionParser | Parser for a single RundeckExecution |
| ExecutionStateParser | $INTERFACE is ... |
| HistoryParser | Parser for a single RundeckHistory |
| IndexedWorkflowStepStateParser | Returns a WorkflowStepContextState by looking up the given Rundeck node's state in the workflow, using the step context path of the "stepctx" element of the selected DOM node. |
| JobParser | Parser for a single RundeckJob |
| JobsImportResultParser | Parser for a single RundeckJobsImportResult |
| ListParser<T> | Parser for a List of elements |
| NodeParser | Parser for a single RundeckNode |
| OutputEntryParser | Parses output message content for API v6 |
| OutputEntryParserV5 | OutputEntryParserV5 parses message entry for API v5 |
| OutputParser | |
| PagedResultParser<T> | PagedResultParser extracts paging data from an xpath node, and includes the List result from a ListParser |
| ParserHelper | Helper for parsing Rundeck responses |
| ProjectConfigParser | ProjectConfigParser parses project "config" element contents |
| ProjectConfigPropertyParser | ProjectConfigPropertyParser parses a <property/> element representing a configuration property. |
| ProjectParser | Parser for a single RundeckProject |
| ProjectParserV11 | ProjectParserV11 supports embedded "config" element. |
| RundeckTokenParser | RundeckTokenParser is ... |
| SSHKeyResourceParser | SSHKeyResourceParser is ... |
| StorageResourceParser | StorageResourceParser is ... |
| StringParser | Parser for a single String |
| SystemInfoParser | Parser for a single RundeckSystemInfo |
| WorkflowStateParser | $INTERFACE is ... |
| WorkflowStepContextStateParser | $INTERFACE is ... |
| WorkflowStepStateParser | $INTERFACE is ... |