Uses of Class
com.atlassian.bitbucket.content.ChangeContext
Package
Description
-
Uses of ChangeContext in com.atlassian.bitbucket.content
Modifier and TypeMethodDescriptionvoid
AbstractChangeCallback.onStart
(ChangeContext context) default void
ChangeCallback.onStart
(ChangeContext context) Called before the firstchange
is streamed. -
Uses of ChangeContext in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionprotected ChangeContext
AbstractChangesCommandParameters.toContext
(ChangeContext.Builder builder) Appends common attributes to the providedChangeContext.Builder
before building it and returning the finalChangeContext
.ChangesCommandParameters.toContext()
Assembles aChangeContext
from these parameters. -
Uses of ChangeContext in com.atlassian.bitbucket.scm.pull
Modifier and TypeMethodDescriptionPullRequestChangesCommandParameters.toContext
(PullRequestEffectiveDiff effectiveDiff) Assembles aChangeContext
from these parameters using the hashes from thecurrent effective diff
.