Class Server.NotImplemented
java.lang.Object
com.google.gerrit.extensions.api.config.Server.NotImplemented
- All Implemented Interfaces:
Server
- Enclosing interface:
Server
A default implementation which allows source compatibility when adding new methods to the
interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.config.Server
Server.ListExperimentsRequest, Server.NotImplemented
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexperiment
(String name) getInfo()
Returns version of server.topMenus()
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
getVersion
Description copied from interface:Server
Returns version of server.- Specified by:
getVersion
in interfaceServer
- Throws:
RestApiException
-
getInfo
- Specified by:
getInfo
in interfaceServer
- Throws:
RestApiException
-
getDefaultPreferences
- Specified by:
getDefaultPreferences
in interfaceServer
- Throws:
RestApiException
-
setDefaultPreferences
public GeneralPreferencesInfo setDefaultPreferences(GeneralPreferencesInfo in) throws RestApiException - Specified by:
setDefaultPreferences
in interfaceServer
- Throws:
RestApiException
-
getDefaultDiffPreferences
- Specified by:
getDefaultDiffPreferences
in interfaceServer
- Throws:
RestApiException
-
setDefaultDiffPreferences
public DiffPreferencesInfo setDefaultDiffPreferences(DiffPreferencesInfo in) throws RestApiException - Specified by:
setDefaultDiffPreferences
in interfaceServer
- Throws:
RestApiException
-
getDefaultEditPreferences
- Specified by:
getDefaultEditPreferences
in interfaceServer
- Throws:
RestApiException
-
setDefaultEditPreferences
public EditPreferencesInfo setDefaultEditPreferences(EditPreferencesInfo in) throws RestApiException - Specified by:
setDefaultEditPreferences
in interfaceServer
- Throws:
RestApiException
-
checkConsistency
- Specified by:
checkConsistency
in interfaceServer
- Throws:
RestApiException
-
topMenus
- Specified by:
topMenus
in interfaceServer
- Throws:
RestApiException
-
experiment
- Specified by:
experiment
in interfaceServer
- Throws:
RestApiException
-
listExperiments
- Specified by:
listExperiments
in interfaceServer
- Throws:
RestApiException
-