Interface CommitApi
public interface CommitApi
-
Method Summary
Modifier 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
-
files
List files in a specific commit against the parent commit.- Throws:
RestApiException
-