public class

PullRequestChangeCommandParameters

extends AbstractChangesCommandParameters
java.lang.Object
   ↳ com.atlassian.stash.util.BuilderSupport
     ↳ com.atlassian.stash.scm.AbstractCommandParameters
       ↳ com.atlassian.stash.scm.AbstractChangesCommandParameters
         ↳ com.atlassian.stash.scm.pull.PullRequestChangeCommandParameters

Summary

Nested Classes
class PullRequestChangeCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.stash.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.stash.scm.AbstractChangesCommandParameters
From class com.atlassian.stash.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