BranchApi.NotImplemented
Constructor and Description |
---|
NotImplemented() |
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() |
List<ReflogEntryInfo> |
reflog() |
public BranchApi create(BranchInput in) 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(String path) throws RestApiException
BranchApi
file
in interface BranchApi
RestApiException
public List<ReflogEntryInfo> reflog() throws RestApiException
reflog
in interface BranchApi
RestApiException