Uses of Class
com.atlassian.confluence.schedule.ScheduledJobHistory
Packages that use ScheduledJobHistory
Package
Description
-
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 -
Uses of ScheduledJobHistory in com.atlassian.confluence.schedule
Methods in com.atlassian.confluence.schedule that return types with arguments of type ScheduledJobHistoryMethods in com.atlassian.confluence.schedule with parameters of type ScheduledJobHistoryModifier and TypeMethodDescriptionvoid
ScheduledJobStatus.addHistory
(ScheduledJobHistory newHistory) int
ScheduledJobHistory.NaturalComparator.compare
(ScheduledJobHistory o1, ScheduledJobHistory o2) Constructor parameters in com.atlassian.confluence.schedule with type arguments of type ScheduledJobHistoryModifierConstructorDescriptionScheduledJobStatus
(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 ScheduledJobHistoryModifier and TypeMethodDescriptionvoid
CachedScheduledJobDao.addHistory
(com.atlassian.scheduler.config.JobId jobId, @Nullable ScheduledJobHistory history, Date nextOccurrence) void
ClusterSafeScheduledJobDao.addHistory
(com.atlassian.scheduler.config.JobId jobId, @Nullable ScheduledJobHistory history, Date nextOccurrence) void
ScheduledJobDao.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.