Class CommitApi.NotImplemented
java.lang.Object
com.google.gerrit.extensions.api.projects.CommitApi.NotImplemented
- All Implemented Interfaces:
CommitApi
- Enclosing interface:
- CommitApi
A default implementation for source compatibility when adding new methods to the interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.CommitApi
CommitApi.NotImplemented
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncherryPick
(CherryPickInput input) files
(int parentNum) List files in a specific commit against the parent commit.get()
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
get
- Specified by:
get
in interfaceCommitApi
- Throws:
RestApiException
-
cherryPick
- Specified by:
cherryPick
in interfaceCommitApi
- Throws:
RestApiException
-
includedIn
- Specified by:
includedIn
in interfaceCommitApi
- Throws:
RestApiException
-
files
Description copied from interface:CommitApi
List files in a specific commit against the parent commit.- Specified by:
files
in interfaceCommitApi
- Throws:
RestApiException
-