Expose ListTopMenus for plugins testing
Prepration for exposing the list of top-menu items through the GerritApi and use it in plugin testing. Change-Id: Id662c29b3dec928dec7fbefb66520207d305734c
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@Singleton
|
||||
class ListTopMenus implements RestReadView<ConfigResource> {
|
||||
public class ListTopMenus implements RestReadView<ConfigResource> {
|
||||
private final PluginSetContext<TopMenu> extensions;
|
||||
|
||||
@Inject
|
||||
|
||||
Reference in New Issue
Block a user