Class RobotPublisher.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckUnstableThreshold

        public FormValidation doCheckUnstableThreshold​(@QueryParameter
                                                       String value)
                                                throws IOException,
                                                       javax.servlet.ServletException
        Validates the unstable threshold input field.
        Parameters:
        value - Value to be checked for the threshold
        Returns:
        OK if value is within threshold
        Throws:
        IOException - thrown exception
        javax.servlet.ServletException - thrown exception
      • doCheckPassThreshold

        public FormValidation doCheckPassThreshold​(@QueryParameter
                                                   String value)
                                            throws IOException,
                                                   javax.servlet.ServletException
        Validates the pass threshold input field.
        Parameters:
        value - Value to be checked for the threshold
        Returns:
        OK if value is within threshold
        Throws:
        IOException - thrown exception
        javax.servlet.ServletException - thrown exception