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.ChildProjectApi
ChildProjectApi.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectInfo
get()
ProjectInfo
get(boolean recursive)
-
-
-
Method Detail
-
get
public ProjectInfo get() throws RestApiException
- Specified by:
get
in interfaceChildProjectApi
- Throws:
RestApiException
-
get
public ProjectInfo get(boolean recursive) throws RestApiException
- Specified by:
get
in interfaceChildProjectApi
- Throws:
RestApiException
-
-