Package com.google.gerrit.server.git
Class GarbageCollectionLogFile
java.lang.Object
com.google.gerrit.server.git.GarbageCollectionLogFile
- All Implemented Interfaces:
LifecycleListener
,EventListener
-
Constructor Summary
ConstructorsConstructorDescriptionGarbageCollectionLogFile
(SitePaths sitePaths, org.eclipse.jgit.lib.Config config) -
Method Summary
-
Constructor Details
-
GarbageCollectionLogFile
-
-
Method Details
-
start
public void start()Description copied from interface:LifecycleListener
Invoked when the server is starting.- Specified by:
start
in interfaceLifecycleListener
-
stop
public void stop()Description copied from interface:LifecycleListener
Invoked when the server is stopping.- Specified by:
stop
in interfaceLifecycleListener
-