A C D F G H L N O P S T U Y

A

addBuild(Build, PrintStream) - Method in class hudson.plugins.plot.Plot
Called when a build completes.
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(Object) - Method in class hudson.plugins.plot.Plot
 
csvFileName - Variable in class hudson.plugins.plot.Plot
The name of the CSV file that persists the plots data.

D

DESCRIPTOR - Static variable in class hudson.plugins.plot.PlotPublisher
 
doCheckNumBuilds(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.plot.PlotPublisher.DescriptorImpl
Checks if the number of builds is valid.
doCheckSeriesFile(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.plot.PlotPublisher.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
 

F

file - Variable in class hudson.plugins.plot.Series
Relative path to the data series property file.

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.
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
 
getDescriptor() - Method in class hudson.plugins.plot.PlotPublisher
Called by Hudson.
getDisplayName() - Method in class hudson.plugins.plot.PlotAction
 
getDisplayName() - Method in class hudson.plugins.plot.PlotPublisher.DescriptorImpl
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.plot.PlotAction
 
getFile() - Method in class hudson.plugins.plot.Series
 
getGroup() - Method in class hudson.plugins.plot.Plot
 
getGroup() - Method in class hudson.plugins.plot.PlotReport
 
getHelpFile() - Method in class hudson.plugins.plot.PlotPublisher.DescriptorImpl
 
getIconFileName() - Method in class hudson.plugins.plot.PlotAction
 
getLabel() - Method in class hudson.plugins.plot.Series
 
getNumBuilds() - Method in class hudson.plugins.plot.Plot
 
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.
getPlots() - Method in class hudson.plugins.plot.PlotPublisher
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() - Method in class hudson.plugins.plot.PlotReport
 
getProject() - Method in class hudson.plugins.plot.PlotAction
 
getProject() - Method in class hudson.plugins.plot.PlotReport
 
getProjectAction(Project) - Method in class hudson.plugins.plot.PlotPublisher
Called by Hudson.
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
 
getTarget() - Method in class hudson.plugins.plot.PlotAction
If there's only one plot category, simply display that category of reports on this view.
getTitle() - Method in class hudson.plugins.plot.Plot
 
getUrl(int, int) - Method in class hudson.plugins.plot.PlotCategoryDataset
Returns the URL at the given row and column.
getUrlGroup(String) - Method in class hudson.plugins.plot.PlotAction
 
getUrlName() - Method in class hudson.plugins.plot.PlotAction
 
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.
getYaxis() - Method in class hudson.plugins.plot.Plot
 
group - Variable in class hudson.plugins.plot.Plot
Group name that this plot belongs to.

H

hasLegend() - Method in class hudson.plugins.plot.Plot
 
hasPlots() - Method in class hudson.plugins.plot.PlotAction
 
hudson.plugins.plot - package hudson.plugins.plot
 

L

label - Variable in class hudson.plugins.plot.Series
Data series legend label.

N

newInstance(StaplerRequest) - Method in class hudson.plugins.plot.PlotPublisher.DescriptorImpl
Called when the user saves the project configuration.
numBuilds - Variable in class hudson.plugins.plot.Plot
Number of builds back to show on this plot.

O

originalGroupToUrlGroup(String) - Method in class hudson.plugins.plot.PlotPublisher
Converts the original plot group name to a URL friendly group name.

P

perform(Build, Launcher, BuildListener) - Method in class hudson.plugins.plot.PlotPublisher
Called by Hudson when a build is finishing.
Plot - Class in hudson.plugins.plot
Represents the configuration for a single plot.
Plot(String, String, Series[], String, String, String) - Constructor for class hudson.plugins.plot.Plot
Creates a new plot with the given paramenters.
Plot() - Constructor for class hudson.plugins.plot.Plot
 
PlotAction - Class in hudson.plugins.plot
Project action to display plots.
PlotAction(Project, PlotPublisher) - Constructor for class hudson.plugins.plot.PlotAction
 
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.
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.
PlotPublisher - Class in hudson.plugins.plot
Records the plot data for builds.
PlotPublisher() - Constructor for class hudson.plugins.plot.PlotPublisher
 
PlotPublisher.DescriptorImpl - Class in hudson.plugins.plot
 
PlotPublisher.DescriptorImpl() - Constructor for class hudson.plugins.plot.PlotPublisher.DescriptorImpl
 
PlotReport - Class in hudson.plugins.plot
Represents a plot report for a single group of plots.
PlotReport(Project, String, Plot[]) - Constructor for class hudson.plugins.plot.PlotReport
 
PluginImpl - Class in hudson.plugins.plot
 
PluginImpl() - Constructor for class hudson.plugins.plot.PluginImpl
 
PointURLGenerator - Class in hudson.plugins.plot
Returns the URL for a given data point.
PointURLGenerator() - Constructor for class hudson.plugins.plot.PointURLGenerator
 

S

series - Variable in class hudson.plugins.plot.Plot
Array of data series.
Series - Class in hudson.plugins.plot
Represents a plot data series configuration.
Series(String, String) - Constructor for class hudson.plugins.plot.Series
 
Series() - Constructor for class hudson.plugins.plot.Series
 
setPlots(Plot[]) - Method in class hudson.plugins.plot.PlotPublisher
Replaces the plots managed by this object with the given list.
setProject(Project) - 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.
setValue(Number, String, Comparable, Comparable) - Method in class hudson.plugins.plot.PlotCategoryDataset
Adds or updates a value.
start() - Method in class hudson.plugins.plot.PluginImpl
 

T

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

U

urlGroupToOriginalGroup(String) - Method in class hudson.plugins.plot.PlotPublisher
Converts a URL friendly plot group name to the original group name.

Y

yaxis - Variable in class hudson.plugins.plot.Plot
Y-axis label.

A C D F G H L N O P S T U Y

Copyright © 2007. All Rights Reserved.