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 end the PICO world and then restart it.
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This will stop essential services like the scheduler, restart PICO and then restart the essential services.
-
Method Details
-
ariseSirJIRA
void ariseSirJIRA()This will stop essential services like the scheduler, restart PICO and then restart the essential services.No upgrades will be run when this method is invoked.
-