|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RundeckApiException | |
|---|---|
| org.jenkinsci.plugins.rundeck | |
| org.jenkinsci.plugins.rundeck.domain | |
| Uses of RundeckApiException in org.jenkinsci.plugins.rundeck |
|---|
| Constructors in org.jenkinsci.plugins.rundeck that throw RundeckApiException | |
|---|---|
RundeckJobProjectLinkerAction(RundeckInstance rundeck,
Long rundeckJobId)
Load the RunDeck job details (name, description, and so on) using the RunDeck API. |
|
| Uses of RundeckApiException in org.jenkinsci.plugins.rundeck.domain |
|---|
| Subclasses of RundeckApiException in org.jenkinsci.plugins.rundeck.domain | |
|---|---|
static class |
RundeckApiException.RundeckApiJobRunException
Specific error when running a job failed |
static class |
RundeckApiException.RundeckApiLoginException
Specific login-related error |
| Methods in org.jenkinsci.plugins.rundeck.domain that throw RundeckApiException | |
|---|---|
RundeckJob |
RundeckInstance.getJob(Long jobId)
Get the details of a job, identified by the given id. |
static RundeckJob |
RundeckUtils.parseJobDefinition(InputStream response)
Parse the result of a "job details" action |
static RundeckExecution |
RundeckUtils.parseJobRunResult(InputStream response)
Parse the result of a "job run" action |
RundeckExecution |
RundeckInstance.runJob(Long jobId,
Properties options)
Run a job, identified by the given id. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||