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) |
IncludedInInfo |
includedIn() |
ChangeApi cherryPick(CherryPickInput input) throws RestApiException
RestApiException
IncludedInInfo includedIn() throws RestApiException
RestApiException