Expose supported UIs in GetServerInfo
Requires moving GerritInfo into gerrit-server. Change-Id: I447c29c553e693c4aa02665610101588bdde38c6
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
|
||||
package com.google.gerrit.extensions.common;
|
||||
|
||||
import com.google.gerrit.extensions.client.UiType;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
public class GerritInfo {
|
||||
public String allProjects;
|
||||
public String allUsers;
|
||||
@@ -22,4 +26,5 @@ public class GerritInfo {
|
||||
public Boolean editGpgKeys;
|
||||
public String reportBugUrl;
|
||||
public String reportBugText;
|
||||
}
|
||||
public Set<UiType> webUis;
|
||||
}
|
||||
|
Reference in New Issue
Block a user