| 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 |
|---|---|
void |
ClusterSafeScheduledJobDao.addHistory(ScheduledJobKey key,
@Nullable ScheduledJobHistory history,
Date nextOccurrence) |
void |
CachedScheduledJobDao.addHistory(ScheduledJobKey key,
@Nullable ScheduledJobHistory history,
Date nextOccurrence) |
void |
ScheduledJobDao.addHistory(ScheduledJobKey key,
@Nullable ScheduledJobHistory history,
Date nextOccurrence)
Adds to an event to the history to the cache, and updates the nextOccurrence in the ScheduledJobStatus.
|
Copyright © 2003–2020 Atlassian. All rights reserved.