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