public class

CompareChangeCommandParameters

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

Summary

Nested Classes
class CompareChangeCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
@Deprecated CompareChangeCommandParameters(int maxChanges, Set<String> paths)
This constructor is deprecated. in 5.4 for removal without replacement in 6.0. Use the CompareChangeCommandParameters.Builder to construct instances of this class.
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Protected Constructors

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

This constructor is deprecated.
in 5.4 for removal without replacement in 6.0. Use the CompareChangeCommandParameters.Builder to construct instances of this class.

Parameters
maxChanges the maximum number of changes to process
paths a set containing zero or more paths to include changes for