hudson.plugins.dry
Class DryReporterDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.maven.MavenReporter>
      extended by hudson.maven.MavenReporterDescriptor
          extended by hudson.plugins.analysis.core.ReporterDescriptor
              extended by hudson.plugins.dry.DryReporterDescriptor
All Implemented Interfaces:
hudson.model.Saveable

@Extension(ordinal=100.0,
           optional=true)
public class DryReporterDescriptor
extends hudson.plugins.analysis.core.ReporterDescriptor

Descriptor for the class DryReporter. Used as a singleton. The class is marked as public so that it can be accessed from views.

Author:
Ulli Hafner

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
DryReporterDescriptor()
          Creates a new instance of DryReporterDescriptor.
 
Method Summary
 hudson.util.FormValidation doCheckHighThreshold(String highThreshold, String normalThreshold)
          Performs on-the-fly validation on threshold for high warnings.
 hudson.util.FormValidation doCheckNormalThreshold(String highThreshold, String normalThreshold)
          Performs on-the-fly validation on threshold for normal warnings.
 
Methods inherited from class hudson.plugins.analysis.core.ReporterDescriptor
doCheckHeight, doCheckThreshold, getDisplayName, getHelpFile, getPluginResultUrlName, getPublisherDescriptor, newInstance
 
Methods inherited from class hudson.maven.MavenReporterDescriptor
all, hasConfigScreen, newAutoInstance, newInstance
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DryReporterDescriptor

public DryReporterDescriptor()
Creates a new instance of DryReporterDescriptor.

Method Detail

doCheckHighThreshold

public hudson.util.FormValidation doCheckHighThreshold(@QueryParameter
                                                       String highThreshold,
                                                       @QueryParameter
                                                       String normalThreshold)
Performs on-the-fly validation on threshold for high warnings.

Parameters:
highThreshold - the threshold for high warnings
normalThreshold - the threshold for normal warnings
Returns:
the validation result

doCheckNormalThreshold

public hudson.util.FormValidation doCheckNormalThreshold(@QueryParameter
                                                         String highThreshold,
                                                         @QueryParameter
                                                         String normalThreshold)
Performs on-the-fly validation on threshold for normal warnings.

Parameters:
highThreshold - the threshold for high warnings
normalThreshold - the threshold for normal warnings
Returns:
the validation result


Copyright © 2004-2013 Hudson. All Rights Reserved.