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