Class RobotPublisher.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
hudson.plugins.robot.RobotPublisher.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
RobotPublisher

@Extension public static final class RobotPublisher.DescriptorImpl extends BuildStepDescriptor<Publisher>
Descriptor for the publisher
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • isApplicable

      public boolean isApplicable(Class<? extends AbstractProject> aClass)
      Specified by:
      isApplicable in class BuildStepDescriptor<Publisher>
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<Publisher>
    • 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