| Modifier and Type | Method and Description |
|---|---|
List<Plot> |
PlotPublisher.getPlots()
Returns the entire list of plots managed by this object.
|
List<Plot> |
MatrixPlotPublisher.getPlots() |
List<Plot> |
PlotReport.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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
PlotAction(hudson.model.Job<?,?> job,
List<Plot> plots) |
PlotReport(hudson.model.AbstractProject<?,?> project,
String group,
List<Plot> plots) |
PlotReport(hudson.model.Job<?,?> job,
String group,
List<Plot> plots) |
Copyright © 2016–2020. All rights reserved.