Uses of Class
com.atlassian.confluence.schedule.ScheduledJobHistory
- 
Packages that use ScheduledJobHistory Package Description com.atlassian.confluence.plugins.schedule.admin.action com.atlassian.confluence.schedule com.atlassian.confluence.schedule.persistence.dao  - 
- 
Uses of ScheduledJobHistory in com.atlassian.confluence.plugins.schedule.admin.action
Methods in com.atlassian.confluence.plugins.schedule.admin.action that return types with arguments of type ScheduledJobHistory Modifier and Type Method Description List<ScheduledJobHistory>ViewScheduledJobsHistoryAction. getHistory() - 
Uses of ScheduledJobHistory in com.atlassian.confluence.schedule
Methods in com.atlassian.confluence.schedule that return types with arguments of type ScheduledJobHistory Modifier and Type Method Description List<ScheduledJobHistory>ScheduledJobStatus. getHistory()Methods in com.atlassian.confluence.schedule with parameters of type ScheduledJobHistory Modifier and Type Method Description voidScheduledJobStatus. addHistory(ScheduledJobHistory newHistory)intScheduledJobHistory.NaturalComparator. compare(ScheduledJobHistory o1, ScheduledJobHistory o2)Constructor parameters in com.atlassian.confluence.schedule with type arguments of type ScheduledJobHistory Constructor Description ScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId, List<ScheduledJobHistory> existingHistory) - 
Uses of ScheduledJobHistory in com.atlassian.confluence.schedule.persistence.dao
Methods in com.atlassian.confluence.schedule.persistence.dao with parameters of type ScheduledJobHistory Modifier and Type Method Description voidCachedScheduledJobDao. addHistory(com.atlassian.scheduler.config.JobId jobId, @Nullable ScheduledJobHistory history, Date nextOccurrence)voidClusterSafeScheduledJobDao. addHistory(com.atlassian.scheduler.config.JobId jobId, @Nullable ScheduledJobHistory history, Date nextOccurrence)voidScheduledJobDao. addHistory(com.atlassian.scheduler.config.JobId jobId, @Nullable ScheduledJobHistory history, Date nextOccurrence)Adds to an event to the history to the cache, and updates the nextOccurrence in the ScheduledJobStatus. 
 -