Package | Description |
---|---|
com.atlassian.confluence.plugins.schedule.admin.action | |
com.atlassian.confluence.schedule | |
com.atlassian.confluence.schedule.persistence.dao |
Modifier and Type | Method and Description |
---|---|
List<ScheduledJobHistory> |
ViewScheduledJobsHistoryAction.getHistory() |
Modifier and Type | Method and Description |
---|---|
List<ScheduledJobHistory> |
ScheduledJobStatus.getHistory() |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledJobStatus.addHistory(ScheduledJobHistory newHistory) |
int |
ScheduledJobHistory.NaturalComparator.compare(ScheduledJobHistory o1,
ScheduledJobHistory o2) |
Constructor and Description |
---|
ScheduledJobStatus(ScheduledJobKey scheduledJobKey,
List<ScheduledJobHistory> existingHistory) |
Modifier and Type | Method and Description |
---|---|
List<ScheduledJobHistory> |
ScheduledJobDao.getScheduledJobHistory(ScheduledJobKey key)
The the job history for a specified job.
|
List<ScheduledJobHistory> |
ClusterSafeScheduledJobDao.getScheduledJobHistory(ScheduledJobKey key) |
List<ScheduledJobHistory> |
CachedScheduledJobDao.getScheduledJobHistory(ScheduledJobKey key) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledJobDao.addHistory(ScheduledJobKey key,
ScheduledJobHistory history,
Date nextOccurence,
boolean persistHistory)
Adds to an event to the history, and updates the nextOccurence in the ScheduledJobStatus.
|
void |
ClusterSafeScheduledJobDao.addHistory(ScheduledJobKey key,
ScheduledJobHistory history,
Date nextOccurence,
boolean persistHistory) |
void |
CachedScheduledJobDao.addHistory(ScheduledJobKey key,
ScheduledJobHistory history,
Date nextOccurence,
boolean persistHistory) |
Copyright © 2003–2016 Atlassian. All rights reserved.