Class PullRequestCommitsCommandParameters


public class PullRequestCommitsCommandParameters extends AbstractCommandParameters
Since:
6.0
  • Method Details

    • getMaxMessageLength

      public int getMaxMessageLength()
      Returns:
      the maximum length to read for commit messages; if set, messages longer than this will be truncated; -1 indicates unlimited message length
    • isWithMessages

      public boolean isWithMessages()
      Returns:
      true if commit messages should be included; otherwise, false if they should be omitted