Class DashboardApiImpl
- java.lang.Object
-
- com.google.gerrit.server.api.projects.DashboardApiImpl
-
- All Implemented Interfaces:
DashboardApi
public class DashboardApiImpl extends Object implements DashboardApi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.DashboardApi
DashboardApi.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
-
-