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 Summary
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.BranchApi
BranchApi.NotImplemented -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gerrit.extensions.api.projects.BranchApi
suggestCcs
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
create
- Specified by:
createin interfaceBranchApi- Throws:
RestApiException
-
suggestReviewers
- Specified by:
suggestReviewersin interfaceBranchApi- Throws:
RestApiException
-
suggestReviewers
- Specified by:
suggestReviewersin interfaceBranchApi- Throws:
RestApiException
-
get
- Specified by:
getin interfaceBranchApi- Throws:
RestApiException
-
delete
- Specified by:
deletein interfaceBranchApi- Throws:
RestApiException
-
file
Description copied from interface:BranchApiReturns the content of a file from the HEAD revision.- Specified by:
filein interfaceBranchApi- Throws:
RestApiException
-
reflog
- Specified by:
reflogin interfaceBranchApi- Throws:
RestApiException
-