Package com.google.gerrit.server
Interface StartupCheck
- All Known Implementing Classes:
SystemGroupBackend.NameCheck
,UniversalGroupBackend.ConfigCheck
public interface StartupCheck
Check executed on Gerrit startup.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
check()
Performs Gerrit startup check, can abort startup by throwingStartupException
.
-
Method Details
-
check
Performs Gerrit startup check, can abort startup by throwingStartupException
.Called on Gerrit startup after all
LifecycleListener
have been invoked.- Throws:
StartupException
- thrown if Gerrit startup should be aborted
-