| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RundeckExecution.ExecutionStatus | |
|---|---|
| org.rundeck.api | Java client for the RunDeck API. | 
| org.rundeck.api.domain | Domain classes that are returned to the client of the API. | 
| Uses of RundeckExecution.ExecutionStatus in org.rundeck.api | 
|---|
| Methods in org.rundeck.api with parameters of type RundeckExecution.ExecutionStatus | |
|---|---|
 List<RundeckExecution> | 
RundeckClient.getJobExecutions(String jobId,
                 RundeckExecution.ExecutionStatus status)
Get the executions of the given job  | 
 List<RundeckExecution> | 
RundeckClient.getJobExecutions(String jobId,
                 RundeckExecution.ExecutionStatus status,
                 Long max,
                 Long offset)
Get the executions of the given job  | 
| Uses of RundeckExecution.ExecutionStatus in org.rundeck.api.domain | 
|---|
| Methods in org.rundeck.api.domain that return RundeckExecution.ExecutionStatus | |
|---|---|
 RundeckExecution.ExecutionStatus | 
RundeckExecution.getStatus()
 | 
static RundeckExecution.ExecutionStatus | 
RundeckExecution.ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static RundeckExecution.ExecutionStatus[] | 
RundeckExecution.ExecutionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in org.rundeck.api.domain with parameters of type RundeckExecution.ExecutionStatus | |
|---|---|
 void | 
RundeckExecution.setStatus(RundeckExecution.ExecutionStatus status)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||