Class AbstractMergeCommandParameters

Direct Known Subclasses:
MergeCommandParameters, PullRequestMergeCommandParameters

public class AbstractMergeCommandParameters extends AbstractCommandParameters
  • Constructor Details

  • Method Details

    • getAuthor

      @Nonnull public ApplicationUser getAuthor()
      Returns:
      the author of the changes being merged
    • getCommitSummaries

      public int getCommitSummaries()
      Returns:
      the number of commit summaries to append to the message, which may be 0 to not append any
      Since:
      6.7
    • getCommitter

      @Nonnull public ApplicationUser getCommitter()
      Returns:
      the user merging the changes
      Since:
      5.0
    • getMessage

      @Nullable public String getMessage()
    • getStrategyId

      @Nullable public String getStrategyId()
      Returns:
      the ID for the strategy to use to perform the merge, which may be null to use the SCM's default strategy
      Since:
      4.9
    • isDryRun

      public boolean isDryRun()