public interface UpgradeVersionHistoryItem
Modifier and Type | Method and Description |
---|---|
String |
getOriginalBuildNumber() |
String |
getOriginalVersion() |
String |
getTargetBuildNumber()
For historical data, this number may not represent a released build of JIRA but instead the last upgrade task to
run.
|
String |
getTargetVersion()
If the target build number was not a released build of JIRA, the version picked will be the next version of JIRA
after that build number.
|
Date |
getTimePerformed()
For historical data, we do not have information about when upgrade tasks were performed.
|
boolean |
isInferred() |
Date getTimePerformed()
String getTargetBuildNumber()
String getOriginalBuildNumber()
String getTargetVersion()
If the target build number was not a released build of JIRA, the version picked will be the next version of JIRA after that build number.
For example, if the target build number is 207
, the version returned would be 3.8
,
as it has a build number of 209
.
String getOriginalVersion()
boolean isInferred()
Copyright © 2002-2019 Atlassian. All Rights Reserved.