Class BootstrapUpgradeManagerImpl

java.lang.Object
com.atlassian.bamboo.upgrade.AbstractUpgradeManager
com.atlassian.bamboo.upgrade.BootstrapUpgradeManagerImpl
All Implemented Interfaces:
BootstrapUpgradeManager, UpgradeManager, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class BootstrapUpgradeManagerImpl extends AbstractUpgradeManager implements BootstrapUpgradeManager, org.springframework.context.ApplicationContextAware
  • Constructor Details

    • BootstrapUpgradeManagerImpl

      public BootstrapUpgradeManagerImpl(@NotNull @NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull @NotNull BootstrapUpgradeHelper bootstrapUpgradeHelper, BootstrapManager bootstrapManager, @NotNull @NotNull String fileName)
    • BootstrapUpgradeManagerImpl

      protected BootstrapUpgradeManagerImpl(@NotNull @NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull @NotNull BootstrapUpgradeHelper bootstrapUpgradeHelper, @NotNull @NotNull BootstrapManager bootstrapManager, @NotNull @NotNull String newBuildNumber, @NotNull @NotNull String fileName)
  • Method Details