| Package | Description |
|---|---|
| com.atlassian.scheduler |
Major component interfaces and supporting classes for the atlassian-scheduler API.
|
| Modifier and Type | Method and Description |
|---|---|
static JobRunnerResponse |
JobRunnerResponse.aborted(String message)
Creates a response that indicates the request was aborted.
|
static JobRunnerResponse |
JobRunnerResponse.failed(String message)
Creates a response that indicates the request has failed.
|
static JobRunnerResponse |
JobRunnerResponse.failed(Throwable cause)
Creates a response that indicates the request has failed.
|
JobRunnerResponse |
JobRunner.runJob(JobRunnerRequest request)
Called by the
SchedulerService when it is time for a job to run. |
static JobRunnerResponse |
JobRunnerResponse.success()
Creates a successful response with no additional message.
|
static JobRunnerResponse |
JobRunnerResponse.success(String message)
Creates a successful response with the specified message.
|
Copyright © 2017 Atlassian. All rights reserved.