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) void
delete()
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, wait
Methods inherited from interface com.google.gerrit.extensions.api.projects.BranchApi
suggestCcs
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
create
- Specified by:
create
in interfaceBranchApi
- Throws:
RestApiException
-
suggestReviewers
- Specified by:
suggestReviewers
in interfaceBranchApi
- Throws:
RestApiException
-
suggestReviewers
- Specified by:
suggestReviewers
in interfaceBranchApi
- Throws:
RestApiException
-
get
- Specified by:
get
in interfaceBranchApi
- Throws:
RestApiException
-
delete
- Specified by:
delete
in interfaceBranchApi
- Throws:
RestApiException
-
file
Description copied from interface:BranchApi
Returns the content of a file from the HEAD revision.- Specified by:
file
in interfaceBranchApi
- Throws:
RestApiException
-
reflog
- Specified by:
reflog
in interfaceBranchApi
- Throws:
RestApiException
-