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 |
---|---|
void |
AbstractChangeCallback.onStart(ChangeContext context) |
default void |
ChangeCallback.onStart(ChangeContext context)
Called before the first
change is streamed. |
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 |
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 © 2019 Atlassian. All rights reserved.