Uses of Class
hudson.plugins.checkstyle.util.PluginDescriptor

Packages that use PluginDescriptor
hudson.plugins.checkstyle   
hudson.plugins.checkstyle.util   
 

Uses of PluginDescriptor in hudson.plugins.checkstyle
 

Subclasses of PluginDescriptor in hudson.plugins.checkstyle
 class CheckStyleDescriptor
          Descriptor for the class CheckStylePublisher.
 

Methods in hudson.plugins.checkstyle that return PluginDescriptor
protected  PluginDescriptor CheckStyleResultAction.getDescriptor()
          Returns the descriptor of the associated plug-in.
 

Constructors in hudson.plugins.checkstyle with parameters of type PluginDescriptor
CheckStyleReporterDescriptor(PluginDescriptor pluginDescriptor)
          Creates a new instance of CheckStyleReporterDescriptor.
 

Uses of PluginDescriptor in hudson.plugins.checkstyle.util
 

Methods in hudson.plugins.checkstyle.util that return PluginDescriptor
protected abstract  PluginDescriptor AbstractResultAction.getDescriptor()
          Returns the descriptor of the associated plug-in.
 PluginDescriptor ReporterDescriptor.getPublisherDescriptor()
          Gets the publisher descriptor.
 

Constructors in hudson.plugins.checkstyle.util with parameters of type PluginDescriptor
AbstractProjectAction(hudson.model.AbstractProject<?,?> project, java.lang.Class<T> resultActionType, PluginDescriptor plugin)
          Creates a new instance of AbstractProjectAction.
ReporterDescriptor(java.lang.Class<? extends hudson.maven.MavenReporter> clazz, PluginDescriptor pluginDescriptor)
          Creates a new instance of ReporterDescriptor.
 



Copyright © 2009. All Rights Reserved.