| 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 |
CachingVersionHistoryDao.getVersionHistory(int buildNumber) |
VersionHistory |
HibernateVersionHistoryDao.getVersionHistory(int buildNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<VersionHistory> |
CachingVersionHistoryDao.getFullUpgradeHistory() |
List<VersionHistory> |
HibernateVersionHistoryDao.getFullUpgradeHistory() |
Class<VersionHistory> |
HibernateVersionHistoryDao.getPersistentClass() |
| Modifier and Type | Method and Description |
|---|---|
List<VersionHistory> |
VersionHistoryDaoInternal.getFullUpgradeHistory() |
default List<VersionHistory> |
VersionHistoryDaoInternal.getUpgradeHistory(int start,
int maxResults) |
| Constructor and Description |
|---|
VersionHistoryEntity(VersionHistory versionHistory) |
Copyright © 2003–2022 Atlassian. All rights reserved.