Interface CommitApi
- 
- All Known Implementing Classes:
- CommitApi.NotImplemented
 
 public interface CommitApi
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classCommitApi.NotImplementedA default implementation for source compatibility when adding new methods to the interface.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeApicherryPick(CherryPickInput input)CommitInfoget()IncludedInInfoincludedIn()
 
- 
- 
- 
Method Detail- 
getCommitInfo get() throws RestApiException - Throws:
- RestApiException
 
 - 
cherryPickChangeApi cherryPick(CherryPickInput input) throws RestApiException - Throws:
- RestApiException
 
 - 
includedInIncludedInInfo includedIn() throws RestApiException - Throws:
- RestApiException
 
 
- 
 
-