Interface BranchApi
- All Known Implementing Classes:
 BranchApi.NotImplemented
public interface BranchApi
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA default implementation which allows source compatibility when adding new methods to the interface. - 
Method Summary
Modifier and TypeMethodDescriptioncreate(BranchInput in) voiddelete()Returns the content of a file from the HEAD revision.get()reflog()suggestCcs(String query) suggestReviewers(String query)  
- 
Method Details
- 
create
- Throws:
 RestApiException
 - 
get
- Throws:
 RestApiException
 - 
delete
- Throws:
 RestApiException
 - 
file
Returns the content of a file from the HEAD revision.- Throws:
 RestApiException
 - 
reflog
- Throws:
 RestApiException
 - 
suggestReviewers
- Throws:
 RestApiException
 - 
suggestReviewers
- Throws:
 RestApiException
 - 
suggestCcs
- Throws:
 RestApiException
 
 -