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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsistencyCheckInfo
checkConsistency(ConsistencyCheckInput in)
DiffPreferencesInfo
getDefaultDiffPreferences()
EditPreferencesInfo
getDefaultEditPreferences()
GeneralPreferencesInfo
getDefaultPreferences()
ServerInfo
getInfo()
String
getVersion()
Returns version of server.DiffPreferencesInfo
setDefaultDiffPreferences(DiffPreferencesInfo in)
EditPreferencesInfo
setDefaultEditPreferences(EditPreferencesInfo in)
GeneralPreferencesInfo
setDefaultPreferences(GeneralPreferencesInfo in)
List<TopMenu.MenuEntry>
topMenus()
-
-
-
Method Detail
-
getVersion
public String getVersion() throws RestApiException
Description copied from interface:Server
Returns version of server.- Specified by:
getVersion
in interfaceServer
- 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
-
-