public interface UpgradeVersionHistoryReader
Modifier and Type | Method and Description |
---|---|
List<UpgradeVersionHistoryItem> |
getAllUpgradeVersionHistory()
Returns the complete version upgrade history, in reverse chronological order.
|
default Optional<UpgradeVersionHistoryItem> |
getLatestUpgrade()
Returns the most recent upgrade, if any.
|
@Nonnull List<UpgradeVersionHistoryItem> getAllUpgradeVersionHistory()
@Nonnull default Optional<UpgradeVersionHistoryItem> getLatestUpgrade()
Copyright © 2002-2023 Atlassian. All Rights Reserved.