Uses of Class
com.atlassian.scheduler.status.RunOutcome

Packages that use RunOutcome
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. 
 

Uses of RunOutcome in com.atlassian.scheduler
 

Methods in com.atlassian.scheduler that return RunOutcome
 RunOutcome JobRunnerResponse.getRunOutcome()
           
 

Uses of RunOutcome in com.atlassian.scheduler.status
 

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