Class Server.NotImplemented
- java.lang.Object
-
- com.google.gerrit.extensions.api.config.Server.NotImplemented
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.config.Server
Server.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
Method Summary
-
-
-
Method Detail
-
getVersion
public String getVersion() throws RestApiException
- Specified by:
getVersion
in interfaceServer
- Returns:
- Version of server.
- Throws:
RestApiException
-
getInfo
public ServerInfo getInfo() throws RestApiException
- Specified by:
getInfo
in interfaceServer
- Throws:
RestApiException
-
getDefaultPreferences
public GeneralPreferencesInfo getDefaultPreferences() throws RestApiException
- Specified by:
getDefaultPreferences
in interfaceServer
- Throws:
RestApiException
-
setDefaultPreferences
public GeneralPreferencesInfo setDefaultPreferences(GeneralPreferencesInfo in) throws RestApiException
- Specified by:
setDefaultPreferences
in interfaceServer
- Throws:
RestApiException
-
getDefaultDiffPreferences
public DiffPreferencesInfo getDefaultDiffPreferences() throws RestApiException
- Specified by:
getDefaultDiffPreferences
in interfaceServer
- Throws:
RestApiException
-
setDefaultDiffPreferences
public DiffPreferencesInfo setDefaultDiffPreferences(DiffPreferencesInfo in) throws RestApiException
- Specified by:
setDefaultDiffPreferences
in interfaceServer
- Throws:
RestApiException
-
getDefaultEditPreferences
public EditPreferencesInfo getDefaultEditPreferences() throws RestApiException
- Specified by:
getDefaultEditPreferences
in interfaceServer
- Throws:
RestApiException
-
setDefaultEditPreferences
public EditPreferencesInfo setDefaultEditPreferences(EditPreferencesInfo in) throws RestApiException
- Specified by:
setDefaultEditPreferences
in interfaceServer
- Throws:
RestApiException
-
checkConsistency
public ConsistencyCheckInfo checkConsistency(ConsistencyCheckInput in) throws RestApiException
- Specified by:
checkConsistency
in interfaceServer
- Throws:
RestApiException
-
topMenus
public List<TopMenu.MenuEntry> topMenus() throws RestApiException
- Specified by:
topMenus
in interfaceServer
- Throws:
RestApiException
-
-