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

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

Uses of PluginDescriptor in hudson.plugins.tasks
 

Subclasses of PluginDescriptor in hudson.plugins.tasks
 class TasksDescriptor
          Descriptor for the class TasksPublisher.
 

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

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

Uses of PluginDescriptor in hudson.plugins.tasks.util
 

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