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

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

Uses of PluginDescriptor in hudson.plugins.dry
 

Subclasses of PluginDescriptor in hudson.plugins.dry
 class DryDescriptor
          Descriptor for the class DryPublisher.
 

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

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

Uses of PluginDescriptor in hudson.plugins.dry.util
 

Methods in hudson.plugins.dry.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.dry.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 © 2009. All Rights Reserved.