Class PullRequestGetRequest

java.lang.Object
com.atlassian.bitbucket.pull.PullRequestGetRequest

public class PullRequestGetRequest extends Object
Request for getting pull requests. The purpose and behaviour of each field is described on its accessor.
Since:
10.1
  • Constructor Details

  • Method Details

    • getPullRequestId

      public long getPullRequestId()
      Returns:
      the ID of the pull request within the repository
    • getRepositoryId

      public int getRepositoryId()
      Returns:
      the ID of the repository to which the pull request will be merged
    • isWithProperties

      public boolean isWithProperties()
      Returns:
      true if the returned pull request should include its properties, false otherwise