Package com.atlassian.jira.util.system
Interface JiraSystemRestarter
- All Known Implementing Classes:
JiraSystemRestarterImpl
public interface JiraSystemRestarter
This manager can restart the JIRA world. This is used when JIRA needs
to drop the core container and then restart it.
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis will stop essential services like the scheduler, restart core container and then restart the essential services.
-
Method Details
-
ariseSirJIRA
void ariseSirJIRA()This will stop essential services like the scheduler, restart core container and then restart the essential services.No upgrades will be run when this method is invoked.
-