public class

PullRequestChangesCommandParameters

extends AbstractChangesCommandParameters
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.scm.AbstractCommandParameters
       ↳ com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
         ↳ com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters

Summary

Nested Classes
class PullRequestChangesCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Methods
@Nonnull ChangeContext toContext(PullRequestEffectiveDiff effectiveDiff)
Assembles a ChangeContext from these parameters using the hashes from the current effective diff.
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Methods

@Nonnull public ChangeContext toContext (PullRequestEffectiveDiff effectiveDiff)

Assembles a ChangeContext from these parameters using the hashes from the current effective diff.

Parameters
effectiveDiff the current effective diff for the pull request
Returns