public class ChildProjectsCollection extends java.lang.Object implements com.google.gerrit.extensions.restapi.ChildCollection<ProjectResource,ChildProjectResource>
Modifier and Type | Method and Description |
---|---|
ListChildProjects |
list() |
ChildProjectResource |
parse(ProjectResource parent,
com.google.gerrit.extensions.restapi.IdString id) |
com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.restapi.RestView<ChildProjectResource>> |
views() |
public ListChildProjects list() throws com.google.gerrit.extensions.restapi.ResourceNotFoundException, com.google.gerrit.extensions.restapi.AuthException
list
in interface com.google.gerrit.extensions.restapi.RestCollection<ProjectResource,ChildProjectResource>
com.google.gerrit.extensions.restapi.ResourceNotFoundException
com.google.gerrit.extensions.restapi.AuthException
public ChildProjectResource parse(ProjectResource parent, com.google.gerrit.extensions.restapi.IdString id) throws com.google.gerrit.extensions.restapi.ResourceNotFoundException, java.io.IOException
parse
in interface com.google.gerrit.extensions.restapi.RestCollection<ProjectResource,ChildProjectResource>
com.google.gerrit.extensions.restapi.ResourceNotFoundException
java.io.IOException
public com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.restapi.RestView<ChildProjectResource>> views()
views
in interface com.google.gerrit.extensions.restapi.RestCollection<ProjectResource,ChildProjectResource>