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