Package com.google.gerrit.server.project
Class DashboardResource
- java.lang.Object
-
- com.google.gerrit.server.project.DashboardResource
-
- All Implemented Interfaces:
RestResource
public class DashboardResource extends Object implements RestResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResource
RestResource.HasETag, RestResource.HasLastModified
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.inject.TypeLiteral<RestView<DashboardResource>>
DASHBOARD_KIND
-
Constructor Summary
Constructors Constructor Description DashboardResource(ProjectControl control, String refName, String pathName, org.eclipse.jgit.lib.Config config, boolean projectDefault)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jgit.lib.Config
getConfig()
ProjectControl
getControl()
String
getPathName()
String
getRefName()
boolean
isProjectDefault()
static DashboardResource
projectDefault(ProjectControl ctl)
-
-
-
Field Detail
-
DASHBOARD_KIND
public static final com.google.inject.TypeLiteral<RestView<DashboardResource>> DASHBOARD_KIND
-
-
Constructor Detail
-
DashboardResource
public DashboardResource(ProjectControl control, String refName, String pathName, org.eclipse.jgit.lib.Config config, boolean projectDefault)
-
-
Method Detail
-
projectDefault
public static DashboardResource projectDefault(ProjectControl ctl)
-
getControl
public ProjectControl getControl()
-
getRefName
public String getRefName()
-
getPathName
public String getPathName()
-
getConfig
public org.eclipse.jgit.lib.Config getConfig()
-
isProjectDefault
public boolean isProjectDefault()
-
-