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 SummaryNested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.CommitApiCommitApi.NotImplemented
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncherryPick(CherryPickInput input) files(int parentNum) List files in a specific commit against the parent commit.get()
- 
Constructor Details- 
NotImplementedpublic NotImplemented()
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- CommitApi
- Throws:
- RestApiException
 
- 
cherryPick- Specified by:
- cherryPickin interface- CommitApi
- Throws:
- RestApiException
 
- 
includedIn- Specified by:
- includedInin interface- CommitApi
- Throws:
- RestApiException
 
- 
filesDescription copied from interface:CommitApiList files in a specific commit against the parent commit.- Specified by:
- filesin interface- CommitApi
- Throws:
- RestApiException
 
 
-