public class

PullRequestDiffCommandParameters

extends AbstractDiffCommandParameters
java.lang.Object
   ↳ com.atlassian.stash.util.BuilderSupport
     ↳ com.atlassian.stash.scm.AbstractCommandParameters
       ↳ com.atlassian.stash.scm.AbstractDiffCommandParameters
         ↳ com.atlassian.stash.scm.pull.PullRequestDiffCommandParameters

Summary

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

Public Methods

@Nonnull public DiffContext toContext (PullRequestEffectiveDiff effectiveDiff)

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

Parameters
effectiveDiff the current effective diff for the pull request
Returns