Interface CommitApi
- All Known Implementing Classes:
- CommitApi.NotImplemented
public interface CommitApi
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classA default implementation for source compatibility when adding new methods to the interface.
- 
Method SummaryModifier and TypeMethodDescriptioncherryPick(CherryPickInput input) files(int parentNum) List files in a specific commit against the parent commit.get()
- 
Method Details- 
get- Throws:
- RestApiException
 
- 
cherryPick- Throws:
- RestApiException
 
- 
includedIn- Throws:
- RestApiException
 
- 
filesList files in a specific commit against the parent commit.- Throws:
- RestApiException
 
 
-