Package com.atlassian.bamboo.upgrade
Class AdministrationConfigurationUpgrader
- java.lang.Object
-
- com.atlassian.bamboo.upgrade.AbstractXmlUpgrader
-
- com.atlassian.bamboo.upgrade.ConfigurationUpgrader
-
- com.atlassian.bamboo.upgrade.AdministrationConfigurationUpgrader
-
public class AdministrationConfigurationUpgrader extends ConfigurationUpgrader
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.upgrade.ConfigurationUpgrader
cfgFile
-
-
Constructor Summary
Constructors Constructor Description AdministrationConfigurationUpgrader(@NotNull BootstrapManager bootstrapManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull String
getLogPrefix()
-
Methods inherited from class com.atlassian.bamboo.upgrade.ConfigurationUpgrader
getDocument, save
-
Methods inherited from class com.atlassian.bamboo.upgrade.AbstractXmlUpgrader
appendComment, asElement, asMap, closeQuietly, getElement, getElement, getElementText, getRootElement, logChanges, remove, saveNode, setOrAdd, setOrAdd, setOrAdd, setOrAdd, update
-
-
-
-
Constructor Detail
-
AdministrationConfigurationUpgrader
public AdministrationConfigurationUpgrader(@NotNull @NotNull BootstrapManager bootstrapManager)
-
-
Method Detail
-
getLogPrefix
@NotNull protected @NotNull String getLogPrefix()
- Specified by:
getLogPrefix
in classConfigurationUpgrader
-
-