| Package | Description |
|---|---|
| com.atlassian.scheduler.config |
API classes related to the configuration of scheduled jobs.
|
| 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 |
|---|---|
RunMode |
JobConfig.getRunMode() |
static RunMode |
RunMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunMode[] |
RunMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfig |
JobConfig.withRunMode(RunMode runMode)
Returns a copy of this job config that will use the specified run mode
instead of what it currently uses.
|
| Modifier and Type | Method and Description |
|---|---|
RunMode |
JobDetails.getRunMode()
Returns the
configured run mode that was specified
when this job was scheduled. |
Copyright © 2017 Atlassian. All rights reserved.