public interface StartupCheck
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Performs Gerrit startup check, can abort startup by throwing
StartupException. |
void check()
throws StartupException
StartupException.
Called on Gerrit startup after all LifecycleListener have been invoked.
StartupException - thrown if Gerrit startup should be aborted