| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.internal.codeinsights.annotation.DefaultPullRequestAnnotationHelper |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Streams the diff for the PR and returns a map with path -> modified lines.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.internal.codeinsights.annotation.PullRequestAnnotationHelper
| |||||||||||
Streams the diff for the PR and returns a map with path -> modified lines.
| pullRequest | the pull request to get a diff summary for |
|---|---|
| requestedEffectivePaths | the paths for which to get a summary for |