hudson.plugins.checkstyle
Class CheckStyleReporterDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.maven.MavenReporter>
      extended by hudson.maven.MavenReporterDescriptor
          extended by hudson.plugins.checkstyle.util.ReporterDescriptor
              extended by hudson.plugins.checkstyle.CheckStyleReporterDescriptor
All Implemented Interfaces:
hudson.model.Saveable

public class CheckStyleReporterDescriptor
extends ReporterDescriptor

Descriptor for the class CheckStyleReporter. 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
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
ALL, clazz
 
Constructor Summary
CheckStyleReporterDescriptor(PluginDescriptor pluginDescriptor)
          Creates a new instance of CheckStyleReporterDescriptor.
 
Method Summary
 hudson.maven.MavenReporter newInstance(org.kohsuke.stapler.StaplerRequest request, net.sf.json.JSONObject formData)
          
 
Methods inherited from class hudson.plugins.checkstyle.util.ReporterDescriptor
getDisplayName, getHelpFile, getPublisherDescriptor
 
Methods inherited from class hudson.maven.MavenReporterDescriptor
hasConfigScreen, newAutoInstance, newInstance
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getJsonSafeClassName, getViewPage, isInstance, load, 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

CheckStyleReporterDescriptor

public CheckStyleReporterDescriptor(PluginDescriptor pluginDescriptor)
Creates a new instance of CheckStyleReporterDescriptor.

Parameters:
pluginDescriptor - the plug-in descriptor of the publisher
Method Detail

newInstance

public hudson.maven.MavenReporter newInstance(org.kohsuke.stapler.StaplerRequest request,
                                              net.sf.json.JSONObject formData)
                                       throws hudson.model.Descriptor.FormException

Overrides:
newInstance in class hudson.model.Descriptor<hudson.maven.MavenReporter>
Throws:
hudson.model.Descriptor.FormException


Copyright © 2008. All Rights Reserved.