Serialized Form


Package org.jenkinsci.plugins.neoload_integration

Class org.jenkinsci.plugins.neoload_integration.NeoPostBuildAction extends hudson.tasks.Recorder implements Serializable

serialVersionUID: -7633475904852232979L

Serialized Fields

showTrendAverageResponse

boolean showTrendAverageResponse
User option presented in the GUI. Show the average response time.


showTrendErrorRate

boolean showTrendErrorRate
User option presented in the GUI. Show the average response time.

Class org.jenkinsci.plugins.neoload_integration.NeoResultsAction extends Object implements Serializable

serialVersionUID: 5761371163151810276L

Serialized Fields

build

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> build
The current build.


foundReportFile

Boolean foundReportFile
True if the report file is found without any issues. This allows us to only show the link when the report file is found.


processingForTheFirstTime

boolean processingForTheFirstTime
If true then this instance was created immediately after a build. If false the build existed already. This covers when the plugin is uninstalled and reinstalled.

Class org.jenkinsci.plugins.neoload_integration.ProjectSpecificAction extends Object implements Serializable

serialVersionUID: 1330074503285540479L

Serialized Fields

project

hudson.model.AbstractProject<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> project
A link to the Jenkins job.


buildsAndDocs

Map<K,V> buildsAndDocs
Key is the build. Value is the NeoLoad xml report file.

Class org.jenkinsci.plugins.neoload_integration.ProjectSpecificActionFactory extends hudson.model.TransientProjectActionFactory implements Serializable

serialVersionUID: -1955069445418117473L

Class org.jenkinsci.plugins.neoload_integration.ProjectSpecificActionFactory.DescriptorImplPSA extends hudson.model.Descriptor<ProjectSpecificActionFactory> implements Serializable

serialVersionUID: 7549069766029770042L


Package org.jenkinsci.plugins.neoload_integration.supporting

Class org.jenkinsci.plugins.neoload_integration.supporting.NeoLoadGraph extends Object implements Serializable

serialVersionUID: 8130335080125920473L

Serialized Fields

dataset

org.jfree.data.category.CategoryDataset dataset
data to plot


yAxisLabel

String yAxisLabel
y label


lineColor

Color lineColor
Line color to use.

Class org.jenkinsci.plugins.neoload_integration.supporting.PluginUtils extends Object implements Serializable

serialVersionUID: -3063042074729452263L

Class org.jenkinsci.plugins.neoload_integration.supporting.XMLUtilities extends Object implements Serializable

serialVersionUID: -8773441162622083954L



Copyright © 2004-2013. All Rights Reserved.