Uses of Class
hudson.plugins.plot.Plot

Uses of Plot in hudson.plugins.plot
 

Methods in hudson.plugins.plot that return Plot
 Plot[] PlotReport.getPlots()
           
 Plot[] PlotPublisher.getPlots()
          Returns the entire list of plots managed by this object.
 Plot[] PlotPublisher.getPlots(java.lang.String urlGroup)
          Returns the list of plots with the given group name.
 

Methods in hudson.plugins.plot with parameters of type Plot
 void PlotPublisher.addPlot(Plot plot)
          Adds the new plot to the plot data structures managed by this object.
 void PlotPublisher.setPlots(Plot[] plots)
          Replaces the plots managed by this object with the given list.
 

Constructors in hudson.plugins.plot with parameters of type Plot
PlotReport(hudson.model.Project project, java.lang.String group, Plot[] plots)
           
 



Copyright © 2007. All Rights Reserved.