Package com.google.gerrit.server
Interface ServerStateProvider
public interface ServerStateProvider
Extension point to retrieve server state that should be included in the response of the
GetServerInfo REST endpoint.-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<MetadataInfo> Returns metadata to populateServerInfo.metadata.
-
Method Details
-
getMetadata
com.google.common.collect.ImmutableList<MetadataInfo> getMetadata()Returns metadata to populateServerInfo.metadata.
-