public class

CommitsCommandParameters

extends AbstractCommandParameters
java.lang.Object
   ↳ com.atlassian.stash.util.BuilderSupport
     ↳ com.atlassian.stash.scm.AbstractCommandParameters
       ↳ com.atlassian.stash.scm.CommitsCommandParameters

Summary

Nested Classes
class CommitsCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Public Methods
@Nonnull Set<String> getExcludes()
@Nonnull Set<String> getIncludes()
@Nonnull Set<String> getPaths()
@Nonnull Repository getSecondaryRepository()
boolean hasExcludes()
boolean hasIncludes()
boolean hasPaths()
boolean hasSecondaryRepository()
boolean isAll()
boolean isTraversing()
@Deprecated @Nonnull ChangesetContext toContext()
This method is deprecated. in 3.7 for removal in 4.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. Starting in 4.0 CommitContext will be returned instead of ChangesetContext.
[Expand]
Inherited Methods
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Public Methods

@Nonnull public Set<String> getExcludes ()

@Nonnull public Set<String> getIncludes ()

@Nonnull public Set<String> getPaths ()

@Nonnull public Repository getSecondaryRepository ()

public boolean hasExcludes ()

public boolean hasIncludes ()

public boolean hasPaths ()

public boolean hasSecondaryRepository ()

public boolean isAll ()

public boolean isTraversing ()

@Deprecated @Nonnull public ChangesetContext toContext ()

This method is deprecated.
in 3.7 for removal in 4.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. Starting in 4.0 CommitContext will be returned instead of ChangesetContext.

Assembles a ChangesetContext from these parameters.

Returns