AbortParser | Parser for a single RundeckAbort |
AssertUtil | Utility class for assertions |
BulkDeleteParser | BulkDeleteParser is ... |
DeleteParser | DeleteParser is ... |
EventParser | Parser for a single RundeckEvent |
ExecutionParser | Parser for a single RundeckExecution |
ExecutionQuery | ExecutionQuery contains the query parameters for the /executions api, create one with the ExecutionQuery.Builder class, e.g. |
ExecutionQuery.Builder | Builder for ExecutionQueries |
FileType | All supported types of files. |
HistoryParser | Parser for a single RundeckHistory |
JobParser | Parser for a single RundeckJob |
JobsImportResultParser | Parser for a single RundeckJobsImportResult |
ListParser<T> | Parser for a List of elements |
NodeFiltersBuilder | Builder for node filters |
NodeParser | Parser for a single RundeckNode |
OptionsBuilder | Builder for job options |
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 |
PagedResults<T> | PagedResults contains a List of a certain type, and paging information. |
ParametersUtil | Utility class for API parameters that should be passed in URLs. |
ParserHelper | Helper for parsing RunDeck responses |
ProjectParser | Parser for a single RundeckProject |
RundeckAbort | Represents an abort of a RundeckExecution |
RundeckAbort.AbortStatus | The status of an abort |
RundeckApiException | A generic (unchecked) exception when using the RunDeck API |
RundeckApiException.RundeckApiAuthException | Specific authentication-related error (either login or token). |
RundeckApiException.RundeckApiLoginException | Specific authentication-related error (in case of login-based authentication) |
RundeckApiException.RundeckApiTokenException | Specific authentication-related error (in case of token-based authentication) |
RundeckClient | Main entry point to talk to a RunDeck instance. |
RundeckClient.Version | Supported version numbers |
RundeckClientBuilder | Builder to create a RundeckClient , you must specify a url, and at least one of (login, password), token, or
sessionId. |
RundeckEvent | Represents a RunDeck event |
RundeckEvent.EventStatus | The status of an event |
RundeckEvent.NodeSummary | Summary for nodes |
RundeckExecution | Represents a RunDeck execution, usually triggered by an API call. |
RundeckExecution.ExecutionStatus | The status of an execution |
RundeckHistory | Represents a portion of the RunDeck (events) history |
RundeckJob | Represents a RunDeck job |
RundeckJobDelete | RundeckJobDelete represents a result of a job delete request. |
RundeckJobDeleteBulk | RundeckJobDeleteBulk represents the result of a bulk job delete request and contains
a list of RundeckJobDelete objects. |
RundeckJobsImportMethod | The behavior when importing jobs (which may already exist). |
RundeckJobsImportResult | Result of importing some jobs into RunDeck |
RundeckNode | Represents a RunDeck node (server on which RunDeck can execute jobs and commands) |
RundeckOutput | Represents a RunDeck output |
RundeckOutputEntry | Represents a RunDeck output entry |
RundeckOutputEntry.RundeckLogLevel | |
RundeckProject | Represents a RunDeck project |
RundeckSystemInfo | Represents the RunDeck system info |
StringParser | Parser for a single String |
SystemInfoParser | Parser for a single RundeckSystemInfo |
XmlNodeParser<T> | Interface to be implemented for parsers that handle XML Nodes |