public interface CommitApi
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
CommitApi.NotImplemented
A default implementation for source compatibility when adding new methods to the interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ChangeApi | 
cherryPick(CherryPickInput input)  | 
CommitInfo | 
get()  | 
IncludedInInfo | 
includedIn()  | 
CommitInfo get() throws RestApiException
RestApiExceptionChangeApi cherryPick(CherryPickInput input) throws RestApiException
RestApiExceptionIncludedInInfo includedIn() throws RestApiException
RestApiException