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(String path)
Returns the content of a file from the HEAD revision.
|
BranchInfo |
get() |
BranchApi create(BranchInput in) throws RestApiException
RestApiExceptionBranchInfo get() throws RestApiException
RestApiExceptionvoid delete()
throws RestApiException
RestApiExceptionBinaryResult file(String path) throws RestApiException
RestApiException