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 TypeMethodDescriptionvoidcheck()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
LifecycleListenerhave been invoked.- Throws:
StartupException- thrown if Gerrit startup should be aborted
-