Package com.google.gerrit.server.project
Class ChildProjects
- java.lang.Object
- 
- com.google.gerrit.server.project.ChildProjects
 
- 
 public class ChildProjects extends Object Retrieve child projects (ie. projects whose access inherits from a given parent.)
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProjectInfo>list(Project.NameKey parent)Gets all child projects recursively.
 
- 
- 
- 
Method Detail- 
listpublic List<ProjectInfo> list(Project.NameKey parent) throws PermissionBackendException Gets all child projects recursively.- Throws:
- PermissionBackendException
 
 
- 
 
-