Interface ChildProjectApi
-
- All Known Implementing Classes:
ChildProjectApi.NotImplemented
public interface ChildProjectApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ChildProjectApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the interface.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectInfo
get()
ProjectInfo
get(boolean recursive)
-
-
-
Method Detail
-
get
ProjectInfo get() throws RestApiException
- Throws:
RestApiException
-
get
ProjectInfo get(boolean recursive) throws RestApiException
- Throws:
RestApiException
-
-