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:
 getin interfaceCommitApi- Throws:
 RestApiException
 - 
cherryPick
- Specified by:
 cherryPickin interfaceCommitApi- Throws:
 RestApiException
 - 
includedIn
- Specified by:
 includedInin interfaceCommitApi- Throws:
 RestApiException
 - 
files
Description copied from interface:CommitApiList files in a specific commit against the parent commit.- Specified by:
 filesin interfaceCommitApi- Throws:
 RestApiException
 
 -