public interface BranchApi
Modifier and Type | Interface and Description |
---|---|
static class |
BranchApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
Modifier and Type | Method and Description |
---|---|
BranchApi |
create(BranchInput in) |
void |
delete() |
BinaryResult |
file(java.lang.String path)
Returns the content of a file from the HEAD revision.
|
BranchInfo |
get() |
java.util.List<ReflogEntryInfo> |
reflog() |
BranchApi create(BranchInput in) throws RestApiException
RestApiException
BranchInfo get() throws RestApiException
RestApiException
void delete() throws RestApiException
RestApiException
BinaryResult file(java.lang.String path) throws RestApiException
RestApiException
java.util.List<ReflogEntryInfo> reflog() throws RestApiException
RestApiException