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

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

Uses of PluginDescriptor in hudson.plugins.findbugs
 

Subclasses of PluginDescriptor in hudson.plugins.findbugs
 class FindBugsDescriptor
          Descriptor for the class FindBugsPublisher.
 

Fields in hudson.plugins.findbugs declared as PluginDescriptor
static PluginDescriptor FindBugsPublisher.FIND_BUGS_DESCRIPTOR
          Descriptor of this publisher.
 

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

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

Uses of PluginDescriptor in hudson.plugins.findbugs.util
 

Methods in hudson.plugins.findbugs.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.findbugs.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.findbugs.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.