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

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

Uses of ToolTipProvider in hudson.plugins.pmd
 

Classes in hudson.plugins.pmd that implement ToolTipProvider
 class MavenPmdResultAction
          A PmdResultAction for native maven jobs.
 class PmdResultAction
          Controls the live cycle of the PMD results.
 

Uses of ToolTipProvider in hudson.plugins.pmd.util
 

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

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