Uses of Interface
hudson.plugins.tasks.util.ToolTipProvider

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

Uses of ToolTipProvider in hudson.plugins.tasks
 

Classes in hudson.plugins.tasks that implement ToolTipProvider
 class MavenTasksResultAction
          A TasksResultAction for native maven jobs.
 class TasksResultAction
          Controls the live cycle of the task scanner results.
 

Uses of ToolTipProvider in hudson.plugins.tasks.util
 

Classes in hudson.plugins.tasks.util that implement ToolTipProvider
 class AbstractResultAction<T extends BuildResult>
          Controls the live cycle of Hudson results.
 

Methods in hudson.plugins.tasks.util with parameters of type ToolTipProvider
 org.jfree.chart.JFreeChart HealthReportBuilder.createGraph(boolean useHealthBuilder, java.lang.String url, org.jfree.data.category.CategoryDataset dataset, ToolTipProvider toolTipProvider)
          Creates a trend graph for the corresponding action using the thresholds of this health builder.
 

Constructors in hudson.plugins.tasks.util with parameters of type ToolTipProvider
AbstractAreaRenderer(java.lang.String url, ToolTipProvider toolTipProvider)
          Creates a new instance of AbstractAreaRenderer.
PrioritiesAreaRenderer(java.lang.String url, ToolTipProvider toolTipProvider)
          Creates a new instance of PrioritiesAreaRenderer.
ResultAreaRenderer(java.lang.String url, ToolTipProvider toolTipProvider)
          Creates a new instance of ResultAreaRenderer.
ToolTipBuilder(ToolTipProvider provider)
          Creates a new instance of ToolTipBuilder.
 



Copyright © 2008. All Rights Reserved.