Package com.google.gerrit.server.project
Class ChildProjectResource
- java.lang.Object
- 
- com.google.gerrit.server.project.ChildProjectResource
 
- 
- All Implemented Interfaces:
- RestResource
 
 public class ChildProjectResource extends Object implements RestResource 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResourceRestResource.HasETag, RestResource.HasLastModified
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static com.google.inject.TypeLiteral<RestView<ChildProjectResource>>CHILD_PROJECT_KIND
 - 
Constructor SummaryConstructors Constructor Description ChildProjectResource(ProjectResource parent, ProjectState child)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectStategetChild()ProjectResourcegetParent()booleanisDirectChild()
 
- 
- 
- 
Field Detail- 
CHILD_PROJECT_KINDpublic static final com.google.inject.TypeLiteral<RestView<ChildProjectResource>> CHILD_PROJECT_KIND 
 
- 
 - 
Constructor Detail- 
ChildProjectResourcepublic ChildProjectResource(ProjectResource parent, ProjectState child) 
 
- 
 - 
Method Detail- 
getParentpublic ProjectResource getParent() 
 - 
getChildpublic ProjectState getChild() 
 - 
isDirectChildpublic boolean isDirectChild() 
 
- 
 
-