Class ChangesetsCommandParameters


public class ChangesetsCommandParameters extends AbstractCommandParameters
  • Field Details

    • UNLIMITED_MESSAGE_LENGTH

      public static final int UNLIMITED_MESSAGE_LENGTH
      See Also:
  • Method Details

    • getCommitIds

      @Nonnull public Set<String> getCommitIds()
    • getMaxChangesPerCommit

      public int getMaxChangesPerCommit()
    • getMaxMessageLength

      public int getMaxMessageLength()
      Returns:
      max length to process of a commit message. -1 for unlimited length
      Since:
      4.5
    • isIgnoreMissing

      public boolean isIgnoreMissing()
      Returns:
      true if missing commits should be ignored; otherwise, false to throw a NoSuchCommitException for missing commits