Interface BranchApi
- 
- All Known Implementing Classes:
- BranchApi.NotImplemented,- BranchApiImpl
 
 public interface BranchApi
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classBranchApi.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 BranchApicreate(BranchInput in)voiddelete()BinaryResultfile(String path)Returns the content of a file from the HEAD revision.BranchInfoget()List<ReflogEntryInfo>reflog()
 
- 
- 
- 
Method Detail- 
createBranchApi create(BranchInput in) throws RestApiException - Throws:
- RestApiException
 
 - 
getBranchInfo get() throws RestApiException - Throws:
- RestApiException
 
 - 
deletevoid delete() throws RestApiException- Throws:
- RestApiException
 
 - 
fileBinaryResult file(String path) throws RestApiException Returns the content of a file from the HEAD revision.- Throws:
- RestApiException
 
 - 
reflogList<ReflogEntryInfo> reflog() throws RestApiException - Throws:
- RestApiException
 
 
- 
 
-