Package com.atlassian.jira.startup
Class JiraShutdown
java.lang.Object
com.atlassian.jira.startup.JiraShutdown
Gives the possibility to close the Jira in panic mode
- Since:
- v8.10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpanic()Gives the possibility to close Jira and Tomcat server.
-
Constructor Details
-
JiraShutdown
public JiraShutdown()
-
-
Method Details
-
panic
public void panic()Gives the possibility to close Jira and Tomcat server. It should be only called when internal fatal error was detected.
-