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 TypeMethodDescriptionvoidAbstractChangeCallback.onStart(ChangeContext context) default voidChangeCallback.onStart(ChangeContext context) Called before the firstchangeis 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 ChangeContextAbstractChangesCommandParameters.toContext(ChangeContext.Builder builder) Appends common attributes to the providedChangeContext.Builderbefore building it and returning the finalChangeContext.ChangesCommandParameters.toContext()Assembles aChangeContextfrom 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 aChangeContextfrom these parameters using the hashes from thecurrent effective diff.