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 SummaryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<MetadataInfo> Returns metadata to populateServerInfo.metadata.
- 
Method Details- 
getMetadatacom.google.common.collect.ImmutableList<MetadataInfo> getMetadata()Returns metadata to populateServerInfo.metadata.
 
-