Uses of Class
hudson.plugins.analysis.graph.BuildResultGraph

Packages that use BuildResultGraph
hudson.plugins.analysis.core   
hudson.plugins.analysis.dashboard   
hudson.plugins.analysis.graph   
 

Uses of BuildResultGraph in hudson.plugins.analysis.core
 

Methods in hudson.plugins.analysis.core that return types with arguments of type BuildResultGraph
protected  List<BuildResultGraph> AbstractProjectAction.getAvailableGraphs()
          Returns the sorted list of available graphs.
 

Method parameters in hudson.plugins.analysis.core with type arguments of type BuildResultGraph
protected  GraphConfiguration AbstractProjectAction.createConfiguration(List<BuildResultGraph> availableGraphs)
          Creates the graph configuration.
 

Uses of BuildResultGraph in hudson.plugins.analysis.dashboard
 

Methods in hudson.plugins.analysis.dashboard that return BuildResultGraph
protected abstract  BuildResultGraph AbstractWarningsGraphPortlet.getGraphType()
          Returns the graph type of this portlet.
 

Methods in hudson.plugins.analysis.dashboard with parameters of type BuildResultGraph
protected  void AbstractWarningsGraphPortlet.configureGraph(BuildResultGraph graph)
          Configures the graph configuration.
 

Uses of BuildResultGraph in hudson.plugins.analysis.graph
 

Subclasses of BuildResultGraph in hudson.plugins.analysis.graph
 class CategoryBuildResultGraph
          A build result graph using a CategoryPlot.
 class DifferenceGraph
          Builds a graph with the difference between new and fixed warnings for a specified result action.
 class EmptyGraph
          Empty graph.
 class HealthGraph
          Builds a graph showing all warnings by health descriptor.
 class NewVersusFixedGraph
          Builds a new versus fixed warnings graph for a specified result action.
 class NullGraph
          Empty graph.
 class PriorityGraph
          Builds a graph showing all warnings by priority.
 class TotalsGraph
          Builds a graph showing the total of warnings in a scaled line graph.
 

Methods in hudson.plugins.analysis.graph that return BuildResultGraph
 BuildResultGraph GraphConfiguration.getGraph(String graphId)
          Returns the graph with the specified ID.
 BuildResultGraph GraphConfigurationView.getGraphType()
          Returns the type of the graph.
 BuildResultGraph GraphConfiguration.getGraphType()
          Returns the type of the graph.
 

Methods in hudson.plugins.analysis.graph that return types with arguments of type BuildResultGraph
 List<? extends BuildResultGraph> GraphConfigurationView.getAvailableGraphs()
          Returns the list of available graphs.
 Collection<BuildResultGraph> GraphConfiguration.getRegisteredGraphs()
          Returns the registered graphs.
 

Methods in hudson.plugins.analysis.graph with parameters of type BuildResultGraph
 hudson.util.Graph GraphConfigurationView.getGraphRenderer(BuildResultGraph graph, String url)
          Returns the graph renderer of the specified graph.
protected static boolean GraphConfiguration.isValid(int newWidth, int newHeight, int newBuildCount, int newDayCount, BuildResultGraph newGraphType)
          Returns whether the configuration parameters are valid.
 

Constructors in hudson.plugins.analysis.graph with parameters of type BuildResultGraph
GraphConfiguration(BuildResultGraph... availableGraphs)
          Creates a new instance of GraphConfiguration.
GraphConfiguration(BuildResultGraph graph)
          Creates a new instance of GraphConfiguration.
 

Constructor parameters in hudson.plugins.analysis.graph with type arguments of type BuildResultGraph
GraphConfiguration(Collection<? extends BuildResultGraph> availableGraphs)
          Creates a new instance of GraphConfiguration.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.