public class DashboardResource extends Object implements com.google.gerrit.extensions.restapi.RestResource
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<DashboardResource>> |
DASHBOARD_KIND |
Constructor and Description |
---|
DashboardResource(ProjectControl control,
String refName,
String pathName,
org.eclipse.jgit.lib.Config config,
boolean projectDefault) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jgit.lib.Config |
getConfig() |
ProjectControl |
getControl() |
String |
getPathName() |
String |
getRefName() |
boolean |
isProjectDefault() |
static DashboardResource |
projectDefault(ProjectControl ctl) |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<DashboardResource>> DASHBOARD_KIND
public DashboardResource(ProjectControl control, String refName, String pathName, org.eclipse.jgit.lib.Config config, boolean projectDefault)
public static DashboardResource projectDefault(ProjectControl ctl)
public ProjectControl getControl()
public String getRefName()
public String getPathName()
public org.eclipse.jgit.lib.Config getConfig()
public boolean isProjectDefault()