public class

AbstractChangesCommandParameters

extends AbstractCommandParameters
java.lang.Object
   ↳ com.atlassian.stash.util.BuilderSupport
     ↳ com.atlassian.stash.scm.AbstractCommandParameters
       ↳ com.atlassian.stash.scm.AbstractChangesCommandParameters
Known Direct Subclasses

Summary

Nested Classes
class AbstractChangesCommandParameters.AbstractBuilder<B extends AbstractBuilder<B>>  
[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Protected Constructors
AbstractChangesCommandParameters(int maxChanges, Set<String> paths)
Public Methods
int getMaxChanges()
@Nonnull Set<String> getPaths()
boolean hasPaths()
Protected Methods
@Nonnull ChangeContext toContext(ChangeContext.Builder builder)
Appends common attributes to the provided ChangeContext.Builder before building it and returning the final ChangeContext.
[Expand]
Inherited Methods
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Protected Constructors

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

Public Methods

public int getMaxChanges ()

@Nonnull public Set<String> getPaths ()

public boolean hasPaths ()

Protected Methods

@Nonnull protected ChangeContext toContext (ChangeContext.Builder builder)

Appends common attributes to the provided ChangeContext.Builder before building it and returning the final ChangeContext.

Parameters
builder the starting builder to apply common attributes to before building
Returns