Package com.atlassian.bitbucket.pull
Class PullRequestGetRequest
java.lang.Object
com.atlassian.bitbucket.pull.PullRequestGetRequest
Request for getting pull requests. The purpose and behaviour of each field is described on its accessor.
- Since:
- 10.1
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintboolean
-
Constructor Details
-
PullRequestGetRequest
-
-
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
-