A C D E F G H I L M N O P S T U V X Y _ 
All Classes All Packages

A

AbstractPlotPublisher - Class in hudson.plugins.plot
 
AbstractPlotPublisher() - Constructor for class hudson.plugins.plot.AbstractPlotPublisher
 
addBuild(AbstractBuild<?, ?>, PrintStream) - Method in class hudson.plugins.plot.Plot
 
addBuild(Run<?, ?>, PrintStream, FilePath) - Method in class hudson.plugins.plot.Plot
Called when a build completes.
addPlot(Plot) - Method in class hudson.plugins.plot.MatrixPlotPublisher
Adds the new plot to the plot data structures managed by this object.
addPlot(Plot) - Method in class hudson.plugins.plot.PlotPublisher
Adds the new plot to the plot data structures managed by this object.

C

clipDataset(int) - Method in class hudson.plugins.plot.PlotCategoryDataset
Truncates the dataset to the last maxColumns columns.
compareTo(Plot) - Method in class hudson.plugins.plot.Plot
 
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.plot.PlotBuilder.DescriptorImpl
 
createSeries(JSONObject, StaplerRequest) - Static method in class hudson.plugins.plot.SeriesFactory
Using file and label and the Stapler request, create a subclass of series that can process the type selected.
createSeriesList(Object, StaplerRequest) - Static method in class hudson.plugins.plot.SeriesFactory
 
csvFileName - Variable in class hudson.plugins.plot.Plot
The name of the CSV file that persists the plots data.
csvFileName - Variable in class hudson.plugins.plot.PlotBuilder
 
csvSeries - Variable in class hudson.plugins.plot.PlotBuilder
List of data series.
CSVSeries - Class in hudson.plugins.plot
Represents a plot data series configuration from an CSV file.
CSVSeries(String, String, String, String, boolean) - Constructor for class hudson.plugins.plot.CSVSeries
 
CSVSeries.DescriptorImpl - Class in hudson.plugins.plot
 
CSVSeries.InclusionFlag - Enum in hudson.plugins.plot
 

D

description - Variable in class hudson.plugins.plot.Plot
Description of plot.
DESCRIPTOR - Static variable in class hudson.plugins.plot.MatrixPlotPublisher
 
DESCRIPTOR - Static variable in class hudson.plugins.plot.PlotPublisher
 
DescriptorImpl() - Constructor for class hudson.plugins.plot.CSVSeries.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.plot.MatrixPlotPublisher.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.plot.PlotBuilder.DescriptorImpl
In order to load the persisted global configuration, you have to call load() in the constructor.
DescriptorImpl() - Constructor for class hudson.plugins.plot.PropertiesSeries.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.plot.Series.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.plot.XMLSeries.DescriptorImpl
 
doCheckName(String) - Method in class hudson.plugins.plot.PlotBuilder.DescriptorImpl
 
doCheckSeriesFile(AbstractProject<?, ?>, String) - Method in class hudson.plugins.plot.PlotDescriptor
Checks if the series file is valid.
doCheckSeriesFile(AbstractProject, String) - Method in class hudson.plugins.plot.MatrixPlotPublisher.DescriptorImpl
Checks if the series file is valid.
doGetPlot(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.plot.PlotReport
 
doGetPlotMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.plot.PlotReport
 

E

equals(Object) - Method in class hudson.plugins.plot.Plot
 
EXCLUDE_BY_COLUMN - hudson.plugins.plot.CSVSeries.InclusionFlag
 
EXCLUDE_BY_STRING - hudson.plugins.plot.CSVSeries.InclusionFlag
 
exclZero - Variable in class hudson.plugins.plot.Plot
Whether or not to exclude zero as default Y-axis value.

F

file - Variable in class hudson.plugins.plot.Series
Relative path to the data series property file.
fileType - Variable in class hudson.plugins.plot.Series
Data series type.
formatNumber(String) - Method in class hudson.plugins.plot.PlotReport
 

G

generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.plot.PointURLGenerator
Retrieves a URL from the given dataset for a particular item within a series.
getArray(Object) - Static method in class hudson.plugins.plot.SeriesFactory
Get data as JSONArray (wrap single JSONObject in array if needed).
getColumnCount() - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getColumnIndex(Comparable) - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getColumnKey(int) - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getColumnKeys() - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getCsvFileName() - Method in class hudson.plugins.plot.Plot
 
getCsvFileName() - Method in class hudson.plugins.plot.PlotBuilder.DescriptorImpl
 
getCsvSeries() - Method in class hudson.plugins.plot.PlotBuilder
 
getDescription() - Method in class hudson.plugins.plot.Plot
 
getDescription() - Method in class hudson.plugins.plot.PlotBuilder
 
getDescriptor() - Method in class hudson.plugins.plot.CSVSeries
 
getDescriptor() - Method in class hudson.plugins.plot.MatrixPlotPublisher
Called by Jenkins.
getDescriptor() - Method in class hudson.plugins.plot.PlotBuilder
 
getDescriptor() - Method in class hudson.plugins.plot.PlotPublisher
Called by Jenkins.
getDescriptor() - Method in class hudson.plugins.plot.PropertiesSeries
 
getDescriptor() - Method in class hudson.plugins.plot.Series
 
getDescriptor() - Method in class hudson.plugins.plot.XMLSeries
 
getDisplayName() - Method in class hudson.plugins.plot.CSVSeries.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.plot.MatrixPlotAction
 
getDisplayName() - Method in class hudson.plugins.plot.MatrixPlotPublisher.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.plot.PlotAction
 
getDisplayName() - Method in class hudson.plugins.plot.PlotBuilder.DescriptorImpl
This human readable group is used in the configuration screen.
getDisplayName() - Method in class hudson.plugins.plot.PlotDescriptor
 
getDisplayName() - Method in class hudson.plugins.plot.PropertiesSeries.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.plot.Series.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.plot.XMLSeries.DescriptorImpl
 
getDisplayTableFlag() - Method in class hudson.plugins.plot.CSVSeries
 
getDisplayTableFlag(int) - Method in class hudson.plugins.plot.PlotReport
 
getDoubleFromString(String) - Method in class hudson.plugins.plot.Plot
 
getDynamic(String) - Method in class hudson.plugins.plot.MatrixPlotAction
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.plot.PlotAction
 
getExclusionValues() - Method in class hudson.plugins.plot.CSVSeries
 
getExclusionValuesList() - Method in class hudson.plugins.plot.CSVSeries
 
getExclZero() - Method in class hudson.plugins.plot.Plot
 
getExclZero() - Method in class hudson.plugins.plot.PlotBuilder
 
getFile() - Method in class hudson.plugins.plot.Series
 
getFileType() - Method in class hudson.plugins.plot.Series
 
getGroup() - Method in class hudson.plugins.plot.Plot
 
getGroup() - Method in class hudson.plugins.plot.PlotBuilder
 
getGroup() - Method in class hudson.plugins.plot.PlotReport
 
getIconFileName() - Method in class hudson.plugins.plot.MatrixPlotAction
 
getIconFileName() - Method in class hudson.plugins.plot.PlotAction
 
getInclusionFlag() - Method in class hudson.plugins.plot.CSVSeries
 
getJob() - Method in class hudson.plugins.plot.Plot
 
getJob() - Method in class hudson.plugins.plot.PlotAction
 
getJob() - Method in class hudson.plugins.plot.PlotReport
 
getKeepRecords() - Method in class hudson.plugins.plot.Plot
 
getKeepRecords() - Method in class hudson.plugins.plot.PlotBuilder
 
getLabel() - Method in class hudson.plugins.plot.PlotPoint
 
getLabel() - Method in class hudson.plugins.plot.Series
 
getLogarithmic() - Method in class hudson.plugins.plot.PlotBuilder
 
getNodeType() - Method in class hudson.plugins.plot.XMLSeries
 
getNumBuilds() - Method in class hudson.plugins.plot.Plot
 
getNumBuilds() - Method in class hudson.plugins.plot.PlotBuilder
 
getOriginalGroups() - Method in class hudson.plugins.plot.MatrixPlotAction
 
getOriginalGroups() - Method in class hudson.plugins.plot.PlotAction
 
getOriginalGroups() - Method in class hudson.plugins.plot.PlotPublisher
Returns all group names as the original user specified strings.
getOriginalGroups(MatrixConfiguration) - Method in class hudson.plugins.plot.MatrixPlotPublisher
Returns all group names as the original user specified strings.
getPlotDescription(int) - Method in class hudson.plugins.plot.PlotReport
 
getPlots() - Method in class hudson.plugins.plot.MatrixPlotPublisher
 
getPlots() - Method in class hudson.plugins.plot.PlotPublisher
Returns the entire list of plots managed by this object.
getPlots() - Method in class hudson.plugins.plot.PlotReport
 
getPlots(MatrixConfiguration) - Method in class hudson.plugins.plot.MatrixPlotPublisher
Returns the entire list of plots managed by this object.
getPlots(String) - Method in class hudson.plugins.plot.PlotPublisher
Returns the list of plots with the given group name.
getPlots(String, MatrixConfiguration) - Method in class hudson.plugins.plot.MatrixPlotPublisher
Returns the list of plots with the given group name.
getProject() - Method in class hudson.plugins.plot.MatrixPlotAction
 
getProject() - Method in class hudson.plugins.plot.Plot
Deprecated.
getProject() - Method in class hudson.plugins.plot.PlotAction
Deprecated.
getProject() - Method in class hudson.plugins.plot.PlotReport
Deprecated.
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.plugins.plot.MatrixPlotPublisher
Called by Jenkins.
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.plugins.plot.PlotPublisher
Called by Jenkins.
getProjectActions() - Method in class hudson.plugins.plot.PlotBuildAction
 
getPropertiesSeries() - Method in class hudson.plugins.plot.PlotBuilder
 
getRequiredMonitorService() - Method in class hudson.plugins.plot.AbstractPlotPublisher
 
getRequiredMonitorService() - Method in class hudson.plugins.plot.PlotPublisher
 
getRowCount() - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getRowIndex(Comparable) - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getRowKey(int) - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getRowKeys() - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getSeries() - Method in class hudson.plugins.plot.Plot
 
getStyle() - Method in class hudson.plugins.plot.PlotBuilder
 
getTable(int) - Method in class hudson.plugins.plot.PlotReport
 
getTarget() - Method in class hudson.plugins.plot.MatrixPlotAction
If there's only one plot category, simply display that category of reports on this view.
getTarget() - Method in class hudson.plugins.plot.PlotAction
If there's only one plot category, simply display that category of reports on this view.
getTarget() - Method in class hudson.plugins.plot.PlotBuildAction
 
getTitle() - Method in class hudson.plugins.plot.Plot
 
getTitle() - Method in class hudson.plugins.plot.PlotBuilder
 
getUrl() - Method in class hudson.plugins.plot.CSVSeries
 
getUrl() - Method in class hudson.plugins.plot.PlotPoint
 
getUrl() - Method in class hudson.plugins.plot.XMLSeries
 
getUrl(int, int) - Method in class hudson.plugins.plot.PlotCategoryDataset
Returns the URL at the given row and column.
getUrl(String, String, int, int) - Method in class hudson.plugins.plot.Series
Return the url that should be used for this point.
getUrlGroup(String) - Method in class hudson.plugins.plot.MatrixPlotAction
 
getUrlGroup(String) - Method in class hudson.plugins.plot.PlotAction
 
getUrlName() - Method in class hudson.plugins.plot.MatrixPlotAction
 
getUrlName() - Method in class hudson.plugins.plot.PlotAction
 
getURLNumBuilds() - Method in class hudson.plugins.plot.Plot
 
getUseDescr() - Method in class hudson.plugins.plot.PlotBuilder
 
getValue(int, int) - Method in class hudson.plugins.plot.PlotCategoryDataset
 
getValue(Comparable, Comparable) - Method in class hudson.plugins.plot.PlotCategoryDataset
Gets the value with the given row and column keys.
getXmlSeries() - Method in class hudson.plugins.plot.PlotBuilder
 
getXpath() - Method in class hudson.plugins.plot.XMLSeries
 
getYaxis() - Method in class hudson.plugins.plot.Plot
 
getYaxis() - Method in class hudson.plugins.plot.PlotBuilder
 
getYaxisMaximum() - Method in class hudson.plugins.plot.Plot
 
getYaxisMaximum() - Method in class hudson.plugins.plot.PlotBuilder
 
getYaxisMinimum() - Method in class hudson.plugins.plot.Plot
 
getYaxisMinimum() - Method in class hudson.plugins.plot.PlotBuilder
 
getYvalue() - Method in class hudson.plugins.plot.PlotPoint
 
group - Variable in class hudson.plugins.plot.Plot
Group name that this plot belongs to.

H

hashCode() - Method in class hudson.plugins.plot.Plot
 
hasLegend() - Method in class hudson.plugins.plot.Plot
 
hasPlots() - Method in class hudson.plugins.plot.MatrixPlotAction
 
hasPlots() - Method in class hudson.plugins.plot.PlotAction
 
hasYaxisMaximum() - Method in class hudson.plugins.plot.Plot
 
hasYaxisMinimum() - Method in class hudson.plugins.plot.Plot
 
hudson.plugins.plot - package hudson.plugins.plot
 

I

INCLUDE_BY_COLUMN - hudson.plugins.plot.CSVSeries.InclusionFlag
 
INCLUDE_BY_STRING - hudson.plugins.plot.CSVSeries.InclusionFlag
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.plot.MatrixPlotPublisher.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.plot.PlotBuilder.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.plot.PlotDescriptor
 
isLogarithmic() - Method in class hudson.plugins.plot.Plot
 

L

label - Variable in class hudson.plugins.plot.Series
Data series legend label.
loadSeries(FilePath, int, PrintStream) - Method in class hudson.plugins.plot.CSVSeries
Load the series from a properties file.
loadSeries(FilePath, int, PrintStream) - Method in class hudson.plugins.plot.PropertiesSeries
Load the series from a properties file.
loadSeries(FilePath, int, PrintStream) - Method in class hudson.plugins.plot.Series
Retrieves the plot data for one series after a build from the workspace.
loadSeries(FilePath, int, PrintStream) - Method in class hudson.plugins.plot.XMLSeries
Load the series from a properties file.
logarithmic - Variable in class hudson.plugins.plot.Plot
Use a logarithmic Y-axis.

M

MatrixPlotAction - Class in hudson.plugins.plot
 
MatrixPlotAction(MatrixConfiguration, MatrixPlotPublisher) - Constructor for class hudson.plugins.plot.MatrixPlotAction
 
MatrixPlotPublisher - Class in hudson.plugins.plot
 
MatrixPlotPublisher() - Constructor for class hudson.plugins.plot.MatrixPlotPublisher
 
MatrixPlotPublisher.DescriptorImpl - Class in hudson.plugins.plot
 
Messages - Class in hudson.plugins.plot
Generated localization support class.
Messages() - Constructor for class hudson.plugins.plot.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.plot.CSVSeries.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.plot.MatrixPlotPublisher.DescriptorImpl
Called when the user saves the project configuration.
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.plot.PlotDescriptor
Called when the user saves the project configuration.
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.plot.PropertiesSeries.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.plot.Series.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.plot.XMLSeries.DescriptorImpl
 
numBuilds - Variable in class hudson.plugins.plot.Plot
Number of builds back to show on this plot.

O

OFF - hudson.plugins.plot.CSVSeries.InclusionFlag
 
originalGroupToUrlEncodedGroup(String) - Method in class hudson.plugins.plot.AbstractPlotPublisher
Converts the original plot group name to a URL friendly group name.
originalGroupToUrlGroup(String) - Method in class hudson.plugins.plot.AbstractPlotPublisher
 

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.plot.MatrixPlotPublisher
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.plot.PlotPublisher
Called by Jenkins when a build is finishing.
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.plugins.plot.PlotBuilder
 
Plot - Class in hudson.plugins.plot
Represents the configuration for a single plot.
Plot() - Constructor for class hudson.plugins.plot.Plot
 
Plot(String, String, String, String, String, String, boolean) - Constructor for class hudson.plugins.plot.Plot
Deprecated.
Kept for backward compatibility.
Plot(String, String, String, String, String, String, boolean, boolean, boolean, boolean, String, String, String) - Constructor for class hudson.plugins.plot.Plot
Creates a new plot with the given parameters.
Plot_Action_DisplayName() - Static method in class hudson.plugins.plot.Messages
Key Plot.Action.DisplayName: Plots.
Plot_build() - Static method in class hudson.plugins.plot.Messages
Key Plot.build: build.
Plot_Build() - Static method in class hudson.plugins.plot.Messages
Key Plot.Build: Build.
Plot_BuildDate() - Static method in class hudson.plugins.plot.Messages
Key Plot.BuildDate: Build Date.
Plot_BuildNumber() - Static method in class hudson.plugins.plot.Messages
Key Plot.BuildNumber: Build Number.
Plot_CsvSeries() - Static method in class hudson.plugins.plot.Messages
Key Plot.CsvSeries: CSV Series.
Plot_Missing() - Static method in class hudson.plugins.plot.Messages
Key Plot.Missing: missing.
Plot_PropertiesSeries() - Static method in class hudson.plugins.plot.Messages
Key Plot.PropertiesSeries: Properties Series.
Plot_Publisher_DisplayName() - Static method in class hudson.plugins.plot.Messages
Key Plot.Publisher.DisplayName: Plot build data.
Plot_Series() - Static method in class hudson.plugins.plot.Messages
Key Plot.Series: Series.
Plot_SeriesLabel() - Static method in class hudson.plugins.plot.Messages
Key Plot.SeriesLabel: Series Label.
Plot_Title() - Static method in class hudson.plugins.plot.Messages
Key Plot.Title: Title.
Plot_URL() - Static method in class hudson.plugins.plot.Messages
Key Plot.URL: URL.
Plot_UrlName() - Static method in class hudson.plugins.plot.Messages
Key Plot.UrlName: plot.
Plot_Value() - Static method in class hudson.plugins.plot.Messages
Key Plot.Value: Value.
Plot_XmlSeries() - Static method in class hudson.plugins.plot.Messages
Key Plot.XmlSeries: XML Series.
PlotAction - Class in hudson.plugins.plot
Project action to display plots.
PlotAction(AbstractProject<?, ?>, PlotPublisher) - Constructor for class hudson.plugins.plot.PlotAction
 
PlotAction(Job<?, ?>, List<Plot>) - Constructor for class hudson.plugins.plot.PlotAction
 
PlotBuildAction - Class in hudson.plugins.plot
 
PlotBuilder - Class in hudson.plugins.plot
Plot Builder class for pipeline.
PlotBuilder(String, String, String) - Constructor for class hudson.plugins.plot.PlotBuilder
 
PlotBuilder.DescriptorImpl - Class in hudson.plugins.plot
Descriptor for PlotBuilder.
PlotCategoryDataset - Class in hudson.plugins.plot
A CategoryDataset implementation that stores numeric data points and corresponding URLs.
PlotCategoryDataset() - Constructor for class hudson.plugins.plot.PlotCategoryDataset
Creates a new empty instance.
PlotDescriptor - Class in hudson.plugins.plot
The Descriptor for the plot configuration Extension
PlotDescriptor() - Constructor for class hudson.plugins.plot.PlotDescriptor
 
plotGraph(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.plot.Plot
Generates and writes the plot to the response output stream.
plotGraphMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.plot.Plot
Generates and writes the plot's clickable map to the response output stream.
PlotPoint - Class in hudson.plugins.plot
 
PlotPoint(String, String, String) - Constructor for class hudson.plugins.plot.PlotPoint
 
PlotPublisher - Class in hudson.plugins.plot
Records the plot data for builds.
PlotPublisher() - Constructor for class hudson.plugins.plot.PlotPublisher
 
PlotReport - Class in hudson.plugins.plot
Represents a plot report for a single group of plots.
PlotReport(AbstractProject<?, ?>, String, List<Plot>) - Constructor for class hudson.plugins.plot.PlotReport
 
PlotReport(Job<?, ?>, String, List<Plot>) - Constructor for class hudson.plugins.plot.PlotReport
 
PointURLGenerator - Class in hudson.plugins.plot
Returns the URL for a given data point.
PointURLGenerator() - Constructor for class hudson.plugins.plot.PointURLGenerator
 
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.plugins.plot.MatrixPlotPublisher
 
propertiesSeries - Variable in class hudson.plugins.plot.PlotBuilder
 
PropertiesSeries - Class in hudson.plugins.plot
 
PropertiesSeries(String, String) - Constructor for class hudson.plugins.plot.PropertiesSeries
 
PropertiesSeries.DescriptorImpl - Class in hudson.plugins.plot
 

S

series - Variable in class hudson.plugins.plot.Plot
List of data series.
Series - Class in hudson.plugins.plot
Represents a plot data series configuration.
Series(String, String, String) - Constructor for class hudson.plugins.plot.Series
 
Series.DescriptorImpl - Class in hudson.plugins.plot
 
SeriesFactory - Class in hudson.plugins.plot
This class creates a Series class based on the data source
setCsvSeries(List<CSVSeries>) - Method in class hudson.plugins.plot.PlotBuilder
 
setDescription(String) - Method in class hudson.plugins.plot.PlotBuilder
 
setExclZero(boolean) - Method in class hudson.plugins.plot.PlotBuilder
 
setJob(Job<?, ?>) - Method in class hudson.plugins.plot.Plot
 
setKeepRecords(boolean) - Method in class hudson.plugins.plot.PlotBuilder
 
setLabel(String) - Method in class hudson.plugins.plot.PlotPoint
 
setLogarithmic(boolean) - Method in class hudson.plugins.plot.PlotBuilder
 
setNumBuilds(String) - Method in class hudson.plugins.plot.PlotBuilder
 
setPlots(List<Plot>) - Method in class hudson.plugins.plot.MatrixPlotPublisher
Reset Configuration and set plots settings for matrixConfiguration
setPlots(List<Plot>) - Method in class hudson.plugins.plot.PlotPublisher
Replaces the plots managed by this object with the given list.
setProject(AbstractProject<?, ?>) - Method in class hudson.plugins.plot.Plot
A reference to the project is needed to retrieve the project's root directory where the CSV file is located.
setPropertiesSeries(List<PropertiesSeries>) - Method in class hudson.plugins.plot.PlotBuilder
 
setTitle(String) - Method in class hudson.plugins.plot.PlotBuilder
 
setUrl(String) - Method in class hudson.plugins.plot.PlotPoint
 
setUseDescr(boolean) - Method in class hudson.plugins.plot.PlotBuilder
 
setValue(Number, String, Comparable, Comparable) - Method in class hudson.plugins.plot.PlotCategoryDataset
Adds or updates a value.
setXmlSeries(List<XMLSeries>) - Method in class hudson.plugins.plot.PlotBuilder
 
setYaxis(String) - Method in class hudson.plugins.plot.PlotBuilder
 
setYaxisMaximum(String) - Method in class hudson.plugins.plot.PlotBuilder
 
setYaxisMinimum(String) - Method in class hudson.plugins.plot.PlotBuilder
 
setYvalue(String) - Method in class hudson.plugins.plot.PlotPoint
 
style - Variable in class hudson.plugins.plot.Plot
Optional style of plot: line, line3d, stackedArea, stackedBar, etc.

T

title - Variable in class hudson.plugins.plot.Plot
Title of plot.
toString() - Method in class hudson.plugins.plot.Plot
 
toString() - Method in class hudson.plugins.plot.PlotPoint
 

U

urlGroupToOriginalGroup(String) - Method in class hudson.plugins.plot.PlotPublisher
Converts a URL friendly plot group name to the original group name.
urlGroupToOriginalGroup(String, MatrixConfiguration) - Method in class hudson.plugins.plot.MatrixPlotPublisher
 
urlNumBuilds - Variable in class hudson.plugins.plot.Plot
Number of builds back to show on this plot from url.
urlStyle - Variable in class hudson.plugins.plot.Plot
Style of plot from url.
urlTitle - Variable in class hudson.plugins.plot.Plot
Title of plot from url.
urlUseDescr - Variable in class hudson.plugins.plot.Plot
Use description flag from url.
useDescr - Variable in class hudson.plugins.plot.Plot
Whether or not to use build descriptions as X-axis labels.

V

valueOf(String) - Static method in enum hudson.plugins.plot.CSVSeries.InclusionFlag
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.plot.CSVSeries.InclusionFlag
Returns an array containing the constants of this enum type, in the order they are declared.

X

xmlSeries - Variable in class hudson.plugins.plot.PlotBuilder
 
XMLSeries - Class in hudson.plugins.plot
Represents a plot data series configuration from an XML file.
XMLSeries(String, String, String, String) - Constructor for class hudson.plugins.plot.XMLSeries
 
XMLSeries.DescriptorImpl - Class in hudson.plugins.plot
 

Y

yaxis - Variable in class hudson.plugins.plot.Plot
Y-axis label.
yaxisMaximum - Variable in class hudson.plugins.plot.Plot
 
yaxisMinimum - Variable in class hudson.plugins.plot.Plot
Min/max yaxis values, string used so if no value defaults used

_

_Plot_Action_DisplayName() - Static method in class hudson.plugins.plot.Messages
Key Plot.Action.DisplayName: Plots.
_Plot_build() - Static method in class hudson.plugins.plot.Messages
Key Plot.build: build.
_Plot_Build() - Static method in class hudson.plugins.plot.Messages
Key Plot.Build: Build.
_Plot_BuildDate() - Static method in class hudson.plugins.plot.Messages
Key Plot.BuildDate: Build Date.
_Plot_BuildNumber() - Static method in class hudson.plugins.plot.Messages
Key Plot.BuildNumber: Build Number.
_Plot_CsvSeries() - Static method in class hudson.plugins.plot.Messages
Key Plot.CsvSeries: CSV Series.
_Plot_Missing() - Static method in class hudson.plugins.plot.Messages
Key Plot.Missing: missing.
_Plot_PropertiesSeries() - Static method in class hudson.plugins.plot.Messages
Key Plot.PropertiesSeries: Properties Series.
_Plot_Publisher_DisplayName() - Static method in class hudson.plugins.plot.Messages
Key Plot.Publisher.DisplayName: Plot build data.
_Plot_Series() - Static method in class hudson.plugins.plot.Messages
Key Plot.Series: Series.
_Plot_SeriesLabel() - Static method in class hudson.plugins.plot.Messages
Key Plot.SeriesLabel: Series Label.
_Plot_Title() - Static method in class hudson.plugins.plot.Messages
Key Plot.Title: Title.
_Plot_URL() - Static method in class hudson.plugins.plot.Messages
Key Plot.URL: URL.
_Plot_UrlName() - Static method in class hudson.plugins.plot.Messages
Key Plot.UrlName: plot.
_Plot_Value() - Static method in class hudson.plugins.plot.Messages
Key Plot.Value: Value.
_Plot_XmlSeries() - Static method in class hudson.plugins.plot.Messages
Key Plot.XmlSeries: XML Series.
A C D E F G H I L M N O P S T U V X Y _ 
All Classes All Packages