Class IssueFilterConfig.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckSeverity

        public FormValidation doCheckSeverity​(@QueryParameter
                                              String value)
        Performs on-the-fly validation of the form field 'severity'.
        Parameters:
        value - This parameter receives the value that the user has typed.
        Returns:
        Indicates the outcome of the validation. This is sent to the browser.

        Note that returning FormValidation.error(String) does not prevent the form from being saved. It just means that a message will be displayed to the user.