Class ValidatingStringParameterDefinition.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckRegex

        @POST
        public FormValidation doCheckRegex​(@QueryParameter
                                           String value)
        Check the regular expression entered by the user
      • doValidate

        @POST
        public FormValidation doValidate​(@QueryParameter("regex")
                                         String regex,
                                         @QueryParameter("failedValidationMessage")
                                         String failedValidationMessage,
                                         @QueryParameter("value")
                                         String value)
        Called to validate the passed user entered value against the configured regular expression.