public interface DatabaseUpgradeTask
extends UpgradeTask
A marker interface to be implemented by upgrade tasks that perform operations on the database.
It prevents them from running on two nodes of a cluster at the same time.
Most of the upgrade tasks are DatabaseUpgradeTask too.
Field Summary
Fields inherited from interface com.atlassian.confluence.upgrade.UpgradeTask