public class OfBizDowngradeHandler extends Object
The general rule is that downgrade()
should always be a no-op on master
. If an upgrade task
is introduced on master
that requires special treatment in a downgrade, put that logic in this class
on the branch, and delete it as part of the merge to master. You will also need to change the minimum downgrade
version that master has in pom.xml
and jira-distribution/pom.xml
to specify the stable release
that the downgrade step is first going into. Please also give the versions for which the downgrade matters,
what is getting downgraded, and why.
Constructor and Description |
---|
OfBizDowngradeHandler(OfBizDelegator ofBizDelegator) |
public OfBizDowngradeHandler(OfBizDelegator ofBizDelegator)
public void downgrade()
This method is only invoked when we have identified that you are importing data from a newer version of JIRA, presumably because an OnDemand customer has exported JIRA data to import into their on premise instance.
Copyright © 2002-2015 Atlassian. All Rights Reserved.