Class CommitApiImpl
- java.lang.Object
- 
- com.google.gerrit.server.api.projects.CommitApiImpl
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceCommitApiImpl.Factory- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.CommitApiCommitApi.NotImplemented
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeApicherryPick(CherryPickInput input)CommitInfoget()IncludedInInfoincludedIn()
 
- 
- 
- 
Method Detail- 
getpublic CommitInfo get() throws RestApiException - Specified by:
- getin interface- CommitApi
- Throws:
- RestApiException
 
 - 
cherryPickpublic ChangeApi cherryPick(CherryPickInput input) throws RestApiException - Specified by:
- cherryPickin interface- CommitApi
- Throws:
- RestApiException
 
 - 
includedInpublic IncludedInInfo includedIn() throws RestApiException - Specified by:
- includedInin interface- CommitApi
- Throws:
- RestApiException
 
 
- 
 
-