Package com.atlassian.bitbucket.commit
Class CommonAncestorRequest
java.lang.Object
com.atlassian.bitbucket.commit.CommonAncestorRequest
Defines a request for determining the common ancestor of a list of commits.
- Since:
- 5.0
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhen determining the common ancestor of commits in different repositories, retrieves the secondary repository.
-
Method Details
-
getCommitIds
- Returns:
- the IDs of the commits whose common ancestor should be determined
-
getRepository
- Returns:
- the repository to determine the common ancestor in
-
getSecondaryRepository
When determining the common ancestor of commits in different repositories, retrieves the secondary repository.- Returns:
- a secondary repository whose commits should be considered
-