Class ChildProjectApi.NotImplemented
- java.lang.Object
- 
- com.google.gerrit.extensions.api.projects.ChildProjectApi.NotImplemented
 
- 
- All Implemented Interfaces:
- ChildProjectApi
 - Enclosing interface:
- ChildProjectApi
 
 public static class ChildProjectApi.NotImplemented extends Object implements ChildProjectApi A default implementation which allows source compatibility when adding new methods to the interface.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.ChildProjectApiChildProjectApi.NotImplemented
 
- 
 - 
Constructor SummaryConstructors Constructor Description NotImplemented()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectInfoget()ProjectInfoget(boolean recursive)
 
- 
- 
- 
Method Detail- 
getpublic ProjectInfo get() throws RestApiException - Specified by:
- getin interface- ChildProjectApi
- Throws:
- RestApiException
 
 - 
getpublic ProjectInfo get(boolean recursive) throws RestApiException - Specified by:
- getin interface- ChildProjectApi
- Throws:
- RestApiException
 
 
- 
 
-