|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphConfiguration | |
|---|---|
| hudson.plugins.checkstyle.util | |
| Uses of GraphConfiguration in hudson.plugins.checkstyle.util |
|---|
| Subclasses of GraphConfiguration in hudson.plugins.checkstyle.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.checkstyle.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.checkstyle.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||