Class BranchApi.NotImplemented
- java.lang.Object
-
- com.google.gerrit.extensions.api.projects.BranchApi.NotImplemented
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.BranchApi
BranchApi.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchApicreate(BranchInput in)voiddelete()BinaryResultfile(String path)Returns the content of a file from the HEAD revision.BranchInfoget()List<ReflogEntryInfo>reflog()
-
-
-
Method Detail
-
create
public BranchApi create(BranchInput in) throws RestApiException
- Specified by:
createin interfaceBranchApi- Throws:
RestApiException
-
get
public BranchInfo get() throws RestApiException
- Specified by:
getin interfaceBranchApi- Throws:
RestApiException
-
delete
public void delete() throws RestApiException- Specified by:
deletein interfaceBranchApi- Throws:
RestApiException
-
file
public BinaryResult file(String path) throws RestApiException
Description copied from interface:BranchApiReturns the content of a file from the HEAD revision.- Specified by:
filein interfaceBranchApi- Throws:
RestApiException
-
reflog
public List<ReflogEntryInfo> reflog() throws RestApiException
- Specified by:
reflogin interfaceBranchApi- Throws:
RestApiException
-
-