public class NeoloadGraphsStatistics extends Object
| Constructor and Description |
|---|
NeoloadGraphsStatistics(NeoLoadPluginOptions neoLoadPluginOptions)
Instantiates a new Neoload graphs statistics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBuild(hudson.model.AbstractBuild<?,?> build)
Add build.
|
void |
addBuild(hudson.model.Run<?,?> build)
Add build.
|
void |
addReport(File xmlFilePath,
int buildNumber)
Add report.
|
void |
writePng(File path)
Write png.
|
public NeoloadGraphsStatistics(NeoLoadPluginOptions neoLoadPluginOptions)
neoLoadPluginOptions - the neo load plugin optionspublic void addReport(File xmlFilePath, int buildNumber)
xmlFilePath - the xml file pathbuildNumber - the build numberpublic void addBuild(hudson.model.AbstractBuild<?,?> build)
build - the buildpublic void addBuild(hudson.model.Run<?,?> build)
build - the buildpublic void writePng(File path) throws IOException
path - the pathIOException - the io exceptionCopyright © 2004-2021. All Rights Reserved.