public class

ChangesetsCommandParameters

extends AbstractCommandParameters
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.scm.AbstractCommandParameters
       ↳ com.atlassian.bitbucket.scm.ChangesetsCommandParameters

Summary

Nested Classes
class ChangesetsCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Methods
@Nonnull Set<String> getCommitIds()
int getMaxChangesPerCommit()
boolean isIgnoreMissing()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Methods

@Nonnull public Set<String> getCommitIds ()

public int getMaxChangesPerCommit ()

public boolean isIgnoreMissing ()

Returns
  • true if missing commits should be ignored; otherwise, false to throw a NoSuchCommitException for missing commits