Uses of Class
com.atlassian.bitbucket.content.ChangeContext
Packages that use ChangeContext
Package
Description
-
Uses of ChangeContext in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return ChangeContextMethods in com.atlassian.bitbucket.content with parameters of type ChangeContextModifier and TypeMethodDescriptionvoid
AbstractChangeCallback.onStart
(ChangeContext context) default void
ChangeCallback.onStart
(ChangeContext context) Called before the firstchange
is streamed.Constructors in com.atlassian.bitbucket.content with parameters of type ChangeContext -
Uses of ChangeContext in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return ChangeContextModifier 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
Methods in com.atlassian.bitbucket.scm.pull that return ChangeContextModifier and TypeMethodDescriptionPullRequestChangesCommandParameters.toContext
(PullRequestEffectiveDiff effectiveDiff) Assembles aChangeContext
from these parameters using the hashes from thecurrent effective diff
.