| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RunOutcome |
JobRunnerResponse.getRunOutcome() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017 Atlassian. All rights reserved.