Uses of Class
hudson.plugins.plot.Plot

Uses of Plot in hudson.plugins.plot
 

Methods in hudson.plugins.plot that return types with arguments of type Plot
 List<Plot> PlotReport.getPlots()
           
 List<Plot> PlotPublisher.getPlots()
          Returns the entire list of plots managed by this object.
 List<Plot> MatrixPlotPublisher.getPlots()
           
 List<Plot> MatrixPlotPublisher.getPlots(hudson.matrix.MatrixConfiguration configuration)
          Returns the entire list of plots managed by this object.
 List<Plot> PlotPublisher.getPlots(String urlGroup)
          Returns the list of plots with the given group name.
 List<Plot> MatrixPlotPublisher.getPlots(String urlGroup, hudson.matrix.MatrixConfiguration configuration)
          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 MatrixPlotPublisher.addPlot(Plot plot)
          Adds the new plot to the plot data structures managed by this object.
 int Plot.compareTo(Plot o)
           
 

Method parameters in hudson.plugins.plot with type arguments of type Plot
 void PlotPublisher.setPlots(List<Plot> plots)
          Replaces the plots managed by this object with the given list.
 void MatrixPlotPublisher.setPlots(List<Plot> plots)
          Reset Configuration and set plots settings for matrixConfiguration
 

Constructor parameters in hudson.plugins.plot with type arguments of type Plot
PlotReport(hudson.model.AbstractProject<?,?> project, String group, List<Plot> plots)
           
 



Copyright © 2004-2014. All Rights Reserved.