Package com.atlassian.bitbucket.pull
Class PullRequestDiffStatsSummaryRequest
java.lang.Object
com.atlassian.bitbucket.pull.AbstractPullRequestRequest
com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest
Request object used for retrieving the diff stats summary of a
pull request
.- Since:
- 9.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
AbstractPullRequestRequest.AbstractBuilder<T extends AbstractPullRequestRequest.AbstractBuilder<T>>
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
getPullRequestId, getRepositoryId
-
Method Details
-
getPath
- Returns:
- path that limits the diff to include only the specified one
-
getSinceId
- Returns:
- the "since" commit for the diff requested
-
getSrcPath
- Returns:
- the source path for the file, if it was copied, moved or renamed
-
getUntilId
- Returns:
- the "until" commit for the diff requested
-
getWhitespace
- Returns:
- flag to potentially ignore whitespace
-