Package com.google.gerrit.server.account
Class UniversalGroupBackend.ConfigCheck
- java.lang.Object
-
- com.google.gerrit.server.account.UniversalGroupBackend.ConfigCheck
-
- All Implemented Interfaces:
StartupCheck
- Enclosing class:
- UniversalGroupBackend
public static class UniversalGroupBackend.ConfigCheck extends Object implements StartupCheck
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check()
Performs Gerrit startup check, can abort startup by throwingStartupException
.
-
-
-
Method Detail
-
check
public void check() throws StartupException
Description copied from interface:StartupCheck
Performs Gerrit startup check, can abort startup by throwingStartupException
.Called on Gerrit startup after all
LifecycleListener
have been invoked.- Specified by:
check
in interfaceStartupCheck
- Throws:
StartupException
- thrown if Gerrit startup should be aborted
-
-