Class ScoreConfig.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckNoIssuesScore

        public FormValidation doCheckNoIssuesScore​(@QueryParameter
                                                   String value)
        Performs on-the-fly validation of the form field 'noIssuesScore'.
        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.

      • doCheckIssuesScore

        public FormValidation doCheckIssuesScore​(@QueryParameter
                                                 String value)
        Performs on-the-fly validation of the form field 'issuesScore'.
        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.

      • doCheckCategory

        public FormValidation doCheckCategory​(@QueryParameter
                                              String value)
        Performs on-the-fly validation of the form field 'category'.
        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.