Export LifecycleListener in the extension API
Extensions may need to know when they are starting or stopping. Export the interface that they can use to learn this information. Change-Id: I45bb567aa76887844fbd82c8394ef117aa69c77c
This commit is contained in:
@@ -16,7 +16,7 @@ package com.google.gerrit.sshd.commands;
|
||||
|
||||
import com.google.gerrit.common.Version;
|
||||
import com.google.gerrit.common.data.GlobalCapability;
|
||||
import com.google.gerrit.lifecycle.LifecycleListener;
|
||||
import com.google.gerrit.extensions.events.LifecycleListener;
|
||||
import com.google.gerrit.server.config.SitePath;
|
||||
import com.google.gerrit.server.git.WorkQueue;
|
||||
import com.google.gerrit.server.git.WorkQueue.Task;
|
||||
|
||||
Reference in New Issue
Block a user