Class DashboardApi.NotImplemented
- java.lang.Object
-
- com.google.gerrit.extensions.api.projects.DashboardApi.NotImplemented
-
- All Implemented Interfaces:
DashboardApi
- Enclosing interface:
- DashboardApi
public static class DashboardApi.NotImplemented extends Object implements DashboardApi
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.projects.DashboardApi
DashboardApi.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DashboardInfo
get()
DashboardInfo
get(boolean inherited)
void
setDefault()
-
-
-
Method Detail
-
get
public DashboardInfo get() throws RestApiException
- Specified by:
get
in interfaceDashboardApi
- Throws:
RestApiException
-
get
public DashboardInfo get(boolean inherited) throws RestApiException
- Specified by:
get
in interfaceDashboardApi
- Throws:
RestApiException
-
setDefault
public void setDefault() throws RestApiException
- Specified by:
setDefault
in interfaceDashboardApi
- Throws:
RestApiException
-
-