Class M2ReleaseBuildWrapper

    • Field Detail

      • defaultVersioningMode

        @Deprecated
        public transient boolean defaultVersioningMode
        Deprecated.
        For backwards compatibility with older configurations. @deprecated
      • selectCustomScmCommentPrefix

        public boolean selectCustomScmCommentPrefix
      • selectAppendHudsonUsername

        public boolean selectAppendHudsonUsername
      • selectScmCredentials

        public boolean selectScmCredentials
      • numberOfReleaseBuildsToKeep

        public int numberOfReleaseBuildsToKeep
    • Constructor Detail

      • M2ReleaseBuildWrapper

        @DataBoundConstructor
        public M2ReleaseBuildWrapper​(String releaseGoals,
                                     String dryRunGoals,
                                     boolean selectCustomScmCommentPrefix,
                                     boolean selectAppendHudsonUsername,
                                     boolean selectScmCredentials,
                                     String releaseEnvVar,
                                     String scmUserEnvVar,
                                     String scmPasswordEnvVar,
                                     int numberOfReleaseBuildsToKeep)