Java client for the RunDeck API.
| NodeFiltersBuilder | Builder for node filters |
| OptionsBuilder | Builder for job options |
| RundeckClient | Main entry point to talk to a RunDeck instance. |
| FileType | All supported types of files. |
| 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) |