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

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

Uses of PluginDescriptor in hudson.plugins.pmd
 

Subclasses of PluginDescriptor in hudson.plugins.pmd
 class PmdDescriptor
          Descriptor for the class PmdPublisher.
 

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

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

Uses of PluginDescriptor in hudson.plugins.pmd.util
 

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

Methods in hudson.plugins.pmd.util with parameters of type PluginDescriptor
 hudson.model.HealthReport HealthReportBuilder.computeHealth(AnnotationProvider result, hudson.model.AbstractProject<?,?> project, PluginDescriptor pluginDescriptor)
          Computes the healthiness of a build based on the specified results.
 

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



Copyright © 2008. All Rights Reserved.