java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.server.ApplicationState |
The current state of the server. Possible state transitions are:
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ApplicationState | ERROR | The application is currently not available because of an error | |||||||||
ApplicationState | FIRST_RUN | The application is running for the first time and has not yet been configured. | |||||||||
ApplicationState | MAINTENANCE | The application is currently not available because the application is under maintenance | |||||||||
ApplicationState | RUNNING | The application has been setup and is running normally | |||||||||
ApplicationState | STARTING | The application is starting up, but not yet available | |||||||||
ApplicationState | STOPPING | The application is shutting down |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The application is currently not available because of an error
The application is running for the first time and has not yet been configured. All requests to the web UI will be redirected to the First Run Wizard.
The application is currently not available because the application is under maintenance