public class

CompareChangeCommandParameters

extends AbstractChangesCommandParameters
java.lang.Object
   ↳ com.atlassian.stash.util.BuilderSupport
     ↳ com.atlassian.stash.scm.AbstractCommandParameters
       ↳ com.atlassian.stash.scm.AbstractChangesCommandParameters
         ↳ com.atlassian.stash.scm.compare.CompareChangeCommandParameters

Summary

Nested Classes
class CompareChangeCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Protected Constructors
CompareChangeCommandParameters(int maxChanges, Set<String> paths)
[Expand]
Inherited Methods
From class com.atlassian.stash.scm.AbstractChangesCommandParameters
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Protected Constructors

protected CompareChangeCommandParameters (int maxChanges, Set<String> paths)