Class UpgradeTask70301GrantViewConfigurationPermission
- java.lang.Object
-
- com.atlassian.bamboo.upgrade.AbstractUpgradeTask
-
- com.atlassian.bamboo.upgrade.tasks.v8_0.UpgradeTask70301GrantViewConfigurationPermission
-
- All Implemented Interfaces:
UpgradeTask
public class UpgradeTask70301GrantViewConfigurationPermission extends AbstractUpgradeTask
Grants VIEW_CONFIGURATION to users having EDIT, CLONE, or ADMINISTRATION on applicable objects.
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
errors
-
-
Constructor Summary
Constructors Constructor Description UpgradeTask70301GrantViewConfigurationPermission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doUpgrade()
Perform the upgrade.-
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractUpgradeTask
getBuildNumber, getErrors, getShortDescription
-
-
-
-
Method Detail
-
doUpgrade
public void doUpgrade() throws Exception
Description copied from interface:UpgradeTask
Perform the upgrade.- Throws:
Exception
- to signalize error during upgrade process
-
-