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