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

Packages that use ToolTipProvider
hudson.plugins.analysis.core   
hudson.plugins.analysis.graph   
hudson.plugins.analysis.util   
 

Uses of ToolTipProvider in hudson.plugins.analysis.core
 

Classes in hudson.plugins.analysis.core that implement ToolTipProvider
 class AbstractResultAction<T extends BuildResult>
          Controls the live cycle of the results in a job.
 

Methods in hudson.plugins.analysis.core that return ToolTipProvider
 ToolTipProvider ResultAction.getToolTipProvider()
          Returns the associated tool tip provider.
 ToolTipProvider MavenResultAction.getToolTipProvider()
           
 ToolTipProvider AbstractResultAction.getToolTipProvider()
          Returns the associated tool tip provider.
 

Uses of ToolTipProvider in hudson.plugins.analysis.graph
 

Methods in hudson.plugins.analysis.graph with parameters of type ToolTipProvider
protected  org.jfree.chart.renderer.category.CategoryItemRenderer TotalsGraph.createRenderer(GraphConfiguration configuration, String pluginName, ToolTipProvider toolTipProvider)
           
protected  org.jfree.chart.renderer.category.CategoryItemRenderer PriorityGraph.createRenderer(GraphConfiguration configuration, String pluginName, ToolTipProvider toolTipProvider)
          Creates the renderer for this graph.
protected  org.jfree.chart.renderer.category.CategoryItemRenderer NewVersusFixedGraph.createRenderer(GraphConfiguration configuration, String pluginName, ToolTipProvider toolTipProvider)
           
protected  org.jfree.chart.renderer.category.CategoryItemRenderer HealthGraph.createRenderer(GraphConfiguration configuration, String pluginName, ToolTipProvider toolTipProvider)
          Creates the renderer for this graph.
protected abstract  org.jfree.chart.renderer.category.CategoryItemRenderer CategoryBuildResultGraph.createRenderer(GraphConfiguration configuration, String pluginName, ToolTipProvider toolTipProvider)
          Creates the renderer for this graph.
 

Uses of ToolTipProvider in hudson.plugins.analysis.util
 

Constructors in hudson.plugins.analysis.util with parameters of type ToolTipProvider
ToolTipBuilder(ToolTipProvider provider)
          Creates a new instance of ToolTipBuilder.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.