Class ReviewConfig.DescriptorImpl

    • Field Detail

      • NO_ISSUES_TITLE_TEMPLATE

        public static final String NO_ISSUES_TITLE_TEMPLATE
      • SOME_ISSUES_TITLE_TEMPLATE

        public static final String SOME_ISSUES_TITLE_TEMPLATE
      • ISSUE_COMMENT_TEMPLATE

        public static final String ISSUE_COMMENT_TEMPLATE
      • ISSUE_OMIT_DUPLICATE_COMMENTS

        public static final boolean ISSUE_OMIT_DUPLICATE_COMMENTS
        See Also:
        Constant Field Values
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckNoIssuesTitleTemplate

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

      • doCheckSomeIssuesTitleTemplate

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

      • doCheckIssueCommentTemplate

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