Uses of Class
hudson.plugins.pmd.util.GraphConfiguration

Packages that use GraphConfiguration
hudson.plugins.pmd.util   
 

Uses of GraphConfiguration in hudson.plugins.pmd.util
 

Subclasses of GraphConfiguration in hudson.plugins.pmd.util
 class DefaultGraphConfigurationDetail
          Configures the default values for the trend graph of this plug-in.
 class GraphConfigurationDetail
          Configures the trend graph of this plug-in.
 class UserGraphConfigurationDetail
          Configures the trend graph of this plug-in for the current user and job using a cookie.
 

Methods in hudson.plugins.pmd.util that return GraphConfiguration
 GraphConfiguration AbstractProjectAction.createGraphConfiguration(org.kohsuke.stapler.StaplerRequest request, ResultAction<?> action)
          Creates the graph configuration from the cookie.
 

Methods in hudson.plugins.pmd.util with parameters of type GraphConfiguration
 org.jfree.chart.JFreeChart CategoryBuildResultGraph.create(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction, java.lang.String pluginName)
          Creates a PNG image trend graph with clickable map.
 org.jfree.chart.JFreeChart DifferenceGraph.create(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction, java.lang.String pluginName)
          Creates a PNG image trend graph.
abstract  org.jfree.chart.JFreeChart BuildResultGraph.create(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction, java.lang.String pluginName)
          Creates the trend graph.
protected  org.jfree.chart.JFreeChart CategoryBuildResultGraph.createChart(GraphConfiguration configuration, ResultAction<? extends BuildResult> resultAction)
          Creates the chart by iterating through all available actions.
abstract  org.jfree.chart.JFreeChart GraphType.createGraph(GraphConfiguration configuration, AbstractHealthDescriptor healthDescriptor, ResultAction<? extends BuildResult> resultAction, java.lang.String pluginName)
          Creates the graph.
 



Copyright © 2009. All Rights Reserved.