Class GlobalConstant.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckName

        public FormValidation doCheckName​(@QueryParameter
                                          String value)
        Validates the global constant name.
        Parameters:
        value - the value
        Returns:
        FormValidation
      • doCheckValue

        public FormValidation doCheckValue​(@QueryParameter
                                           String value)
        Validates the global constant value.
        Parameters:
        value - the value
        Returns:
        FormValidation