public class JiraIssueMacroServerParamsUpgradeTask extends AbstractDeferredRunUpgradeTask implements DatabaseUpgradeTask
log
Constructor and Description |
---|
JiraIssueMacroServerParamsUpgradeTask(JiraIssueMacroServerParamsMigrator migrator,
int applicationConfigBuildNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
breaksBackwardCompatibility()
This upgrade task enforces a migration which should have happened when the applink was renumbered.
|
void |
doDeferredUpgrade()
Run the upgrade that was deferred by an earlier call to doUpgrade.
|
String |
getBuildNumber() |
BuildNumberUpgradeConstraint |
getConstraint() |
String |
getShortDescription()
A short (<50 chars) description of the upgrade action
|
boolean |
runOnSpaceImport()
This upgrade task operates on Space data.
|
doUpgrade, isUpgradeRequired, setUpgradeRequired
addAllErrors, addError, addError, getErrors, getName, isDatabaseUpgrade, setBeanName, setBuildNumber, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doUpgrade, getErrors, validate
getName, isDatabaseUpgrade
public JiraIssueMacroServerParamsUpgradeTask(JiraIssueMacroServerParamsMigrator migrator, int applicationConfigBuildNumber)
public String getBuildNumber()
getBuildNumber
in interface UpgradeTaskInfo
getBuildNumber
in class AbstractUpgradeTask
public BuildNumberUpgradeConstraint getConstraint()
getConstraint
in interface UpgradeTask
getConstraint
in class AbstractUpgradeTask
public String getShortDescription()
UpgradeTaskInfo
getShortDescription
in interface UpgradeTaskInfo
getShortDescription
in class AbstractUpgradeTask
public void doDeferredUpgrade() throws Exception
DeferredUpgradeTask
doDeferredUpgrade
in interface DeferredUpgradeTask
Exception
public boolean breaksBackwardCompatibility()
breaksBackwardCompatibility
in interface BackupSupport
public boolean runOnSpaceImport()
runOnSpaceImport
in interface BackupSupport
Copyright © 2003–2020 Atlassian. All rights reserved.