Class CommitApi.NotImplemented
- java.lang.Object
 - 
- com.google.gerrit.extensions.api.projects.CommitApi.NotImplemented
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.CommitApi
CommitApi.NotImplemented 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NotImplemented() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeApicherryPick(CherryPickInput input)CommitInfoget()IncludedInInfoincludedIn() 
 - 
 
- 
- 
Method Detail
- 
get
public CommitInfo get() throws RestApiException
- Specified by:
 getin interfaceCommitApi- Throws:
 RestApiException
 
- 
cherryPick
public ChangeApi cherryPick(CherryPickInput input) throws RestApiException
- Specified by:
 cherryPickin interfaceCommitApi- Throws:
 RestApiException
 
- 
includedIn
public IncludedInInfo includedIn() throws RestApiException
- Specified by:
 includedInin interfaceCommitApi- Throws:
 RestApiException
 
 - 
 
 -