Package | Description |
---|---|
com.atlassian.bitbucket.scm.pull |
Modifier and Type | Method and Description |
---|---|
Command<PullRequestEffectiveDiff> |
ScmPullRequestCommandFactory.effectiveDiff()
Retrieves the effective diff for the pull request.
|
Modifier and Type | Method and Description |
---|---|
DiffContext |
PullRequestDiffCommandParameters.toContext(PullRequestEffectiveDiff effectiveDiff)
Assembles a
DiffContext from these parameters using the hashes from the current effective diff . |
ChangeContext |
PullRequestChangesCommandParameters.toContext(PullRequestEffectiveDiff effectiveDiff)
Assembles a
ChangeContext from these parameters using the hashes from the
current effective diff . |
ChangeContext |
PullRequestChangeCommandParameters.toContext(PullRequestEffectiveDiff effectiveDiff)
Deprecated.
Assembles a
ChangeContext from these parameters using the hashes from the current effective diff . |
Copyright © 2020 Atlassian. All rights reserved.