| Package | Description |
|---|---|
| com.atlassian.confluence.core.persistence | |
| com.atlassian.confluence.core.persistence.hibernate | |
| com.atlassian.confluence.plugins.rest.entities |
| Modifier and Type | Method and Description |
|---|---|
VersionHistory |
VersionHistoryDao.getVersionHistory(int buildNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<VersionHistory> |
VersionHistoryDao.getUpgradeHistory(int start,
int maxResults)
Get the history of all the upgrades.
|
| Modifier and Type | Method and Description |
|---|---|
VersionHistory |
HibernateVersionHistoryDao.getVersionHistory(int buildNumber) |
| Modifier and Type | Method and Description |
|---|---|
Class<VersionHistory> |
HibernateVersionHistoryDao.getPersistentClass() |
List<VersionHistory> |
HibernateVersionHistoryDao.getUpgradeHistory(int start,
int maxResults) |
| Constructor and Description |
|---|
VersionHistoryEntity(VersionHistory versionHistory) |
Copyright © 2003–2022 Atlassian. All rights reserved.