Interface ChildProjectApi
- 
- All Known Implementing Classes:
 ChildProjectApi.NotImplemented
public interface ChildProjectApi 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classChildProjectApi.NotImplementedA 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 ProjectInfoget()ProjectInfoget(boolean recursive) 
 - 
 
- 
- 
Method Detail
- 
get
ProjectInfo get() throws RestApiException
- Throws:
 RestApiException
 
- 
get
ProjectInfo get(boolean recursive) throws RestApiException
- Throws:
 RestApiException
 
 - 
 
 -