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  
Constants
int UNLIMITED_MESSAGE_LENGTH
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Methods
@Nonnull Set<String> getCommitIds()
int getMaxChangesPerCommit()
int getMaxMessageLength()
boolean isIgnoreMissing()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Constants

public static final int UNLIMITED_MESSAGE_LENGTH

Constant Value: -1 (0xffffffff)

Public Methods

@Nonnull public Set<String> getCommitIds ()

public int getMaxChangesPerCommit ()

public int getMaxMessageLength ()

Returns
  • max length to process of a commit message. -1 for unlimited length

public boolean isIgnoreMissing ()

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