Interface CommitApi
- All Known Implementing Classes:
CommitApi.NotImplemented
public interface CommitApi
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
A default implementation for source compatibility when adding new methods to the interface. -
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
-