| java.lang.Object | ||
| ↳ | com.atlassian.confluence.upgrade.AbstractUpgradeTask | |
| ↳ | com.atlassian.confluence.upgrade.upgradetask.UserStatusPermissionUpgradeTask | |
This upgrade task gives all users with the 'Use Confluence' permission the 'Update Status' permission
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.confluence.upgrade.UpgradeTask
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform the upgrade.
| |||||||||||
A short (
| |||||||||||
This is only implemented in this abstract base class for the convenience of the large number of older upgrade tasks. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.upgrade.AbstractUpgradeTask
| |||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||
From interface
com.atlassian.confluence.upgrade.UpgradeTask
| |||||||||||||||||||||||||||||
This is only implemented in this abstract base class for the convenience of the large number of older upgrade tasks.
If you are implementing a new UpgradeTask you must give some consideration to implementing validation as well.

