public class ChildProjectResource
extends java.lang.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<ChildProjectResource>> |
CHILD_PROJECT_KIND |
Constructor and Description |
---|
ChildProjectResource(ProjectResource parent,
ProjectControl child) |
Modifier and Type | Method and Description |
---|---|
ProjectControl |
getChild() |
ProjectResource |
getParent() |
boolean |
isDirectChild() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<ChildProjectResource>> CHILD_PROJECT_KIND
public ChildProjectResource(ProjectResource parent, ProjectControl child)
public ProjectResource getParent()
public ProjectControl getChild()
public boolean isDirectChild()