BranchApi.NotImplemented| Constructor and Description |
|---|
NotImplemented() |
| 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() |
public BranchApi create(BranchInput in) throws RestApiException
create in interface BranchApiRestApiExceptionpublic BranchInfo get() throws RestApiException
get in interface BranchApiRestApiExceptionpublic void delete()
throws RestApiException
delete in interface BranchApiRestApiExceptionpublic BinaryResult file(java.lang.String path) throws RestApiException
BranchApifile in interface BranchApiRestApiExceptionpublic java.util.List<ReflogEntryInfo> reflog() throws RestApiException
reflog in interface BranchApiRestApiException