Uses of Class
com.atlassian.scheduler.JobRunnerResponse

Packages that use JobRunnerResponse
com.atlassian.scheduler Major component interfaces and supporting classes for the atlassian-scheduler API. 
 

Uses of JobRunnerResponse in com.atlassian.scheduler
 

Methods in com.atlassian.scheduler that return JobRunnerResponse
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 © 2015 Atlassian. All rights reserved.