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.DashboardApiDashboardApi.NotImplemented
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DashboardInfoget()DashboardInfoget(boolean inherited)voidsetDefault()
 
- 
- 
- 
Method Detail- 
getpublic DashboardInfo get() throws RestApiException - Specified by:
- getin interface- DashboardApi
- Throws:
- RestApiException
 
 - 
getpublic DashboardInfo get(boolean inherited) throws RestApiException - Specified by:
- getin interface- DashboardApi
- Throws:
- RestApiException
 
 - 
setDefaultpublic void setDefault() throws RestApiException- Specified by:
- setDefaultin interface- DashboardApi
- Throws:
- RestApiException
 
 
- 
 
-