Interface CommitApi
public interface CommitApi
- 
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
 
 
-