Interface BootstrapStatusProvider

All Known Implementing Classes:
BootstrapStatusProviderImpl

public interface BootstrapStatusProvider
BootstrapStatusProvider is responsible to expose only required methods of DefaultBootstrapManager. Purposely built for use in Velocity files with exposing only limited methods.
Since:
7.20.0
  • Method Details

    • isSetupComplete

      boolean isSetupComplete()
    • isBootstrapped

      boolean isBootstrapped()
    • getProperty

      Object getProperty(String var1)
    • getHibernateDialect

      String getHibernateDialect()
      Returns the SQL dialect being used by Hibernate.
      Returns:
      see above
      See Also:
      • AvailableSettings.DIALECT
    • getWebAppContextPath

      String getWebAppContextPath()
    • isWebAppContextPathSet

      boolean isWebAppContextPathSet()
    • getApplicationConfig

      com.atlassian.config.ApplicationConfiguration getApplicationConfig()
    • getSetupPersister

      com.atlassian.config.setup.SetupPersister getSetupPersister()
    • getApplicationHome

      String getApplicationHome()
    • getFilePathProperty

      String getFilePathProperty(String var1)
    • databaseContainsExistingData

      boolean databaseContainsExistingData(Connection var1)