Interface BitbucketPullRequestDestination

All Known Implementing Classes:
BitbucketPullRequestValueDestination, BitbucketServerPullRequestDestination

public interface BitbucketPullRequestDestination
Represents a pull request destination, which is a repository and a branch in that repository.
  • Method Details

    • getRepository

      BitbucketRepository getRepository()
      Returns:
      source repository
    • getBranch

      BitbucketBranch getBranch()
      Returns:
      source branch to be merged in the pull request
    • getCommit

      BitbucketCommit getCommit()
      Returns:
      the commit details (if available).