public class GetServerInfo extends Object implements com.google.gerrit.extensions.restapi.RestReadView<ConfigResource>
Modifier and Type | Class and Description |
---|---|
static class |
GetServerInfo.AuthInfo |
static class |
GetServerInfo.ChangeConfigInfo |
static class |
GetServerInfo.DownloadInfo |
static class |
GetServerInfo.DownloadSchemeInfo |
static class |
GetServerInfo.GerritInfo |
static class |
GetServerInfo.PluginConfigInfo |
static class |
GetServerInfo.ReceiveInfo |
static class |
GetServerInfo.ServerInfo |
static class |
GetServerInfo.SshdInfo |
static class |
GetServerInfo.SuggestInfo |
static class |
GetServerInfo.UserConfigInfo |
Constructor and Description |
---|
GetServerInfo(org.eclipse.jgit.lib.Config config,
AuthConfig authConfig,
Realm realm,
com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.config.DownloadScheme> downloadSchemes,
com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.config.DownloadCommand> downloadCommands,
com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.config.CloneCommand> cloneCommands,
com.google.gerrit.extensions.registration.DynamicSet<com.google.gerrit.extensions.webui.WebUiPlugin> webUiPlugins,
GetArchive.AllowedFormats archiveFormats,
AllProjectsName allProjectsName,
AllUsersName allUsersName,
String anonymousCowardName,
com.google.gerrit.extensions.registration.DynamicItem<AvatarProvider> avatar,
boolean enableSignedPush,
QueryDocumentationExecutor docSearcher,
NotesMigration migration) |
@Inject public GetServerInfo(org.eclipse.jgit.lib.Config config, AuthConfig authConfig, Realm realm, com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.config.DownloadScheme> downloadSchemes, com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.config.DownloadCommand> downloadCommands, com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.config.CloneCommand> cloneCommands, com.google.gerrit.extensions.registration.DynamicSet<com.google.gerrit.extensions.webui.WebUiPlugin> webUiPlugins, GetArchive.AllowedFormats archiveFormats, AllProjectsName allProjectsName, AllUsersName allUsersName, String anonymousCowardName, com.google.gerrit.extensions.registration.DynamicItem<AvatarProvider> avatar, boolean enableSignedPush, QueryDocumentationExecutor docSearcher, NotesMigration migration)
public GetServerInfo.ServerInfo apply(ConfigResource rsrc) throws MalformedURLException
apply
in interface com.google.gerrit.extensions.restapi.RestReadView<ConfigResource>
MalformedURLException