Uses of Class
com.atlassian.confluence.schedule.ExecutionStatus

Packages that use ExecutionStatus
com.atlassian.confluence.schedule   
com.atlassian.confluence.schedule.persistence.dao   
 

Uses of ExecutionStatus in com.atlassian.confluence.schedule
 

Methods in com.atlassian.confluence.schedule that return ExecutionStatus
 ExecutionStatus ScheduledJobStatus.getStatus()
           
static ExecutionStatus ExecutionStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExecutionStatus[] ExecutionStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.schedule with parameters of type ExecutionStatus
 void ScheduledJobStatus.setStatus(ExecutionStatus status)
           
 

Uses of ExecutionStatus in com.atlassian.confluence.schedule.persistence.dao
 

Methods in com.atlassian.confluence.schedule.persistence.dao with parameters of type ExecutionStatus
 void ScheduledJobDao.updateStatus(ScheduledJobKey key, ExecutionStatus status)
          Updates the status in the corresponding ScheduledJobStatus for the job.
 void CachedScheduledJobDao.updateStatus(ScheduledJobKey key, ExecutionStatus status)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.