Interface BranchApi
public interface BranchApi
- 
Method SummaryModifier 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
 
- 
fileReturns the content of a file from the HEAD revision.- Throws:
- RestApiException
 
- 
reflog- Throws:
- RestApiException
 
- 
suggestReviewers- Throws:
- RestApiException
 
- 
getValidationOptions- Throws:
- RestApiException
 
- 
suggestReviewers- Throws:
- RestApiException
 
- 
suggestCcs- Throws:
- RestApiException
 
 
-