|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunOutcome | |
|---|---|
| com.atlassian.scheduler | Major component interfaces and supporting classes for the atlassian-scheduler API. |
| com.atlassian.scheduler.status | API classes related to the current status of a job or the results of running one. |
| Uses of RunOutcome in com.atlassian.scheduler |
|---|
| Methods in com.atlassian.scheduler that return RunOutcome | |
|---|---|
RunOutcome |
JobRunnerResponse.getRunOutcome()
|
| Uses of RunOutcome in com.atlassian.scheduler.status |
|---|
| Methods in com.atlassian.scheduler.status that return RunOutcome | |
|---|---|
RunOutcome |
RunDetails.getRunOutcome()
Returns the overall result of the job |
static RunOutcome |
RunOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RunOutcome[] |
RunOutcome.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||