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

Packages that use ScheduledJobHistory
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
 java.util.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
 java.util.List<ScheduledJobHistory> ScheduledJobStatus.getHistory()
           
 

Methods in com.atlassian.confluence.schedule with parameters of type ScheduledJobHistory
 void ScheduledJobStatus.addHistory(ScheduledJobHistory newHistory)
           
 int ScheduledJobHistory.NaturalComparator.compare(ScheduledJobHistory o1, ScheduledJobHistory o2)
           
 

Constructor parameters in com.atlassian.confluence.schedule with type arguments of type ScheduledJobHistory
ScheduledJobStatus(ScheduledJobKey scheduledJobKey, java.util.List<ScheduledJobHistory> existingHistory)
           
 

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

Methods in com.atlassian.confluence.schedule.persistence.dao that return types with arguments of type ScheduledJobHistory
 java.util.List<ScheduledJobHistory> ScheduledJobDao.getScheduledJobHistory(ScheduledJobKey key)
          The the job history for a specified job.
 java.util.List<ScheduledJobHistory> CachedScheduledJobDao.getScheduledJobHistory(ScheduledJobKey key)
           
 

Methods in com.atlassian.confluence.schedule.persistence.dao with parameters of type ScheduledJobHistory
 void ScheduledJobDao.addHistory(ScheduledJobKey key, ScheduledJobHistory history, java.util.Date nextOccurence, boolean persistHistory)
          Adds to an event to the history, and updates the nextOccurence in the ScheduledJobStatus.
 void CachedScheduledJobDao.addHistory(ScheduledJobKey key, ScheduledJobHistory history, java.util.Date nextOccurence, boolean persistHistory)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.