| Package | Description |
|---|---|
| com.atlassian.bitbucket.content | |
| com.atlassian.bitbucket.scm | |
| com.atlassian.bitbucket.scm.pull |
| Modifier and Type | Method and Description |
|---|---|
ChangeContext |
ChangeContext.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
default void |
ChangeCallback.onStart(ChangeContext context)
Called before the first
change is streamed. |
void |
AbstractChangeCallback.onStart(ChangeContext context) |
| Constructor and Description |
|---|
Builder(ChangeContext context) |
| Modifier and Type | Method and Description |
|---|---|
ChangeContext |
ChangesCommandParameters.toContext()
Assembles a
ChangeContext from these parameters. |
protected ChangeContext |
AbstractChangesCommandParameters.toContext(ChangeContext.Builder builder)
Appends common attributes to the provided
ChangeContext.Builder before
building it and returning the final ChangeContext. |
| Modifier and Type | Method and Description |
|---|---|
ChangeContext |
PullRequestChangeCommandParameters.toContext(PullRequestEffectiveDiff effectiveDiff)
Deprecated.
Assembles a
ChangeContext 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. |
Copyright © 2021 Atlassian. All rights reserved.