|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunMode | |
|---|---|
| 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. |
| Uses of RunMode in com.atlassian.scheduler.config |
|---|
| Methods in com.atlassian.scheduler.config that return RunMode | |
|---|---|
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. |
| Methods in com.atlassian.scheduler.config with parameters of type RunMode | |
|---|---|
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. |
| Uses of RunMode in com.atlassian.scheduler.status |
|---|
| Methods in com.atlassian.scheduler.status that return RunMode | |
|---|---|
RunMode |
JobDetails.getRunMode()
Returns the configured run mode that was specified
when this job was scheduled. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||