Package com.google.gerrit.server
Interface StartupCheck
-
- All Known Implementing Classes:
SystemGroupBackend.NameCheck,UniversalGroupBackend.ConfigCheck
public interface StartupCheckCheck executed on Gerrit startup.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheck()Performs Gerrit startup check, can abort startup by throwingStartupException.
-
-
-
Method Detail
-
check
void check() throws StartupExceptionPerforms Gerrit startup check, can abort startup by throwingStartupException.Called on Gerrit startup after all
LifecycleListenerhave been invoked.- Throws:
StartupException- thrown if Gerrit startup should be aborted
-
-