Class BootstrapContainerLauncher

java.lang.Object
com.atlassian.jira.startup.BootstrapContainerLauncher

public class BootstrapContainerLauncher extends Object
The BootstrapContainerLauncher will bootstrap enough of JIRA during run level 0. It has the ability to check the state of the database connection and configure it if need be. If the database is operational then it will move to the next level and start JIRA completely.
See Also:
  • Constructor Details

    • BootstrapContainerLauncher

      public BootstrapContainerLauncher()
  • Method Details

    • start

      public void start()