|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpgradeHistoryItem
Simple representation of an upgrade performed in history.
Method Summary | |
---|---|
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()
|
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |