Class VersionNumberBuilder.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckEnvironmentVariableName

        public FormValidation doCheckEnvironmentVariableName​(@QueryParameter
                                                             String value)
        Performs on-the-fly validation of the form field 'environmentVariableName'.
        Parameters:
        value - This receives the current value of the field.
      • doCheckVersionNumberString

        public FormValidation doCheckVersionNumberString​(@QueryParameter
                                                         String value)
        Performs on-the-fly validation of the form field 'versionNumberString'.
        Parameters:
        value - This receives the current value of the field.
      • doCheckProjectStartDate

        public FormValidation doCheckProjectStartDate​(@QueryParameter
                                                      String value)
        Performs on-the-fly validation of the form field 'projectStartDate'.
        Parameters:
        value - This receives the current value of the field.
      • doFillWorstResultForIncrementItems

        public ListBoxModel doFillWorstResultForIncrementItems()