| Package | Description |
|---|---|
| com.atlassian.bitbucket.content | |
| com.atlassian.bitbucket.scm | |
| com.atlassian.bitbucket.scm.compare | |
| com.atlassian.bitbucket.scm.pull |
| Modifier and Type | Method and Description |
|---|---|
DiffContext |
DiffContext.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffContentCallback.onStart(DiffContext context)
Called before the first
DiffContentCallback.onDiffStart(Path, Path). |
void |
AbstractDiffContentCallback.onStart(DiffContext context) |
| Modifier and Type | Method and Description |
|---|---|
DiffContext |
DiffCommandParameters.toContext()
Assembles a
DiffContext from these parameters. |
protected DiffContext |
AbstractDiffCommandParameters.toContext(DiffContext.Builder builder)
Appends common attributes to the provided
DiffContext.Builder before building
it and returning the final DiffContext. |
| Modifier and Type | Method and Description |
|---|---|
DiffContext |
CompareDiffCommandParameters.toContext(CompareRequest compareRequest,
String mergeBase) |
| 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. |
Copyright © 2019 Atlassian. All rights reserved.