@Deprecated public class

DetailedCommitsCommandParameters

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

This class 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. The SCM contract will mandate the new names from 4.0. "Detailed" commits are actually changesets, and they may be requested using ChangesetsCommandParameters.

Summary

Nested Classes
class DetailedCommitsCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Public Methods
@Nonnull Iterable<String> getChangesetIds()
int getMaxChangesPerCommit()
boolean isIgnoreMissing()
[Expand]
Inherited Methods
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Public Methods

@Nonnull public Iterable<String> getChangesetIds ()

public int getMaxChangesPerCommit ()

public boolean isIgnoreMissing ()

Returns
  • whether this request should ignore missing changesets, defaulting to false