Uses of Class
com.atlassian.confluence.impl.schedule.caesium.SchedulerRunDetails
Packages that use SchedulerRunDetails
Package
Description
-
Uses of SchedulerRunDetails in com.atlassian.confluence.impl.schedule.caesium
Methods in com.atlassian.confluence.impl.schedule.caesium that return SchedulerRunDetailsModifier and TypeMethodDescriptionstatic SchedulerRunDetails
SchedulerRunDetails.fromRunDetails
(com.atlassian.scheduler.config.JobId jobId, com.atlassian.scheduler.status.RunDetails runDetails) Methods in com.atlassian.confluence.impl.schedule.caesium that return types with arguments of type SchedulerRunDetails -
Uses of SchedulerRunDetails in com.atlassian.confluence.internal.schedule.persistence.dao
Methods in com.atlassian.confluence.internal.schedule.persistence.dao that return types with arguments of type SchedulerRunDetailsModifier and TypeMethodDescriptionHibernateInternalRunDetailsDao.getPersistentClass()
HibernateInternalRunDetailsDao.getRecentRunDetails
(com.atlassian.scheduler.config.JobId jobId) HibernateInternalRunDetailsDao.getRecentRunDetails
(com.atlassian.scheduler.config.JobId jobId, int limit) InternalRunDetailsDao.getRecentRunDetails
(com.atlassian.scheduler.config.JobId jobId) InternalRunDetailsDao.getRecentRunDetails
(com.atlassian.scheduler.config.JobId jobId, int limit)