Class AutoMergeOptions


  • public class AutoMergeOptions
    extends Object
    • Constructor Detail

      • AutoMergeOptions

        public AutoMergeOptions​(@NotNull
                                String dstBranch,
                                @NotNull
                                String mergeMessage,
                                @NotNull
                                MergeOptions vcsSpecificOptions)
    • Method Detail

      • getVcsSpecificOptions

        public MergeOptions getVcsSpecificOptions()
      • getDstBranch

        public String getDstBranch()
      • getMergeMessage

        public String getMergeMessage()