Domain classes that are returned to the client of the API.
| RundeckAbort | Represents an abort of a RundeckExecution |
| RundeckEvent | Represents a RunDeck event |
| RundeckEvent.NodeSummary | Summary for nodes |
| RundeckExecution | Represents a RunDeck execution, usually triggered by an API call. |
| RundeckHistory | Represents a portion of the RunDeck (events) history |
| RundeckJob | Represents a RunDeck job |
| RundeckJobsImportResult | Result of importing some jobs into RunDeck |
| RundeckNode | Represents a RunDeck node (server on which RunDeck can execute jobs and commands) |
| RundeckProject | Represents a RunDeck project |
| RundeckSystemInfo | Represents the RunDeck system info |
| RundeckAbort.AbortStatus | The status of an abort |
| RundeckEvent.EventStatus | The status of an event |
| RundeckExecution.ExecutionStatus | The status of an execution |
| RundeckJobsImportMethod | The behavior when importing jobs (which may already exist). |