Class BranchApi.NotImplemented
java.lang.Object
com.google.gerrit.extensions.api.projects.BranchApi.NotImplemented
- All Implemented Interfaces:
- BranchApi
- Enclosing interface:
- BranchApi
A default implementation which allows source compatibility when adding new methods to the
 interface.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.BranchApiBranchApi.NotImplemented
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(BranchInput in) voiddelete()Returns the content of a file from the HEAD revision.get()reflog()suggestReviewers(String query) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gerrit.extensions.api.projects.BranchApisuggestCcs
- 
Constructor Details- 
NotImplementedpublic NotImplemented()
 
- 
- 
Method Details- 
create- Specified by:
- createin interface- BranchApi
- Throws:
- RestApiException
 
- 
suggestReviewers- Specified by:
- suggestReviewersin interface- BranchApi
- Throws:
- RestApiException
 
- 
suggestReviewers- Specified by:
- suggestReviewersin interface- BranchApi
- Throws:
- RestApiException
 
- 
get- Specified by:
- getin interface- BranchApi
- Throws:
- RestApiException
 
- 
delete- Specified by:
- deletein interface- BranchApi
- Throws:
- RestApiException
 
- 
fileDescription copied from interface:BranchApiReturns the content of a file from the HEAD revision.- Specified by:
- filein interface- BranchApi
- Throws:
- RestApiException
 
- 
reflog- Specified by:
- reflogin interface- BranchApi
- Throws:
- RestApiException
 
 
-