hudson.plugins.blazemeter
Class PerformanceBuildAction

java.lang.Object
  extended by hudson.plugins.blazemeter.PerformanceBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy

public class PerformanceBuildAction
extends Object
implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy


Constructor Summary
PerformanceBuildAction(hudson.model.AbstractBuild<?,?> pBuild, PrintStream logger, List<PerformanceReportParser> parsers)
           
 
Method Summary
 String getBlazeMeterURL()
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 String getDisplayName()
           
 String getIconFileName()
           
 PerformanceReportParser getParserByDisplayName(String displayName)
           
 PerformanceReportMap getPerformanceReportMap()
           
 String getSession()
           
 PerformanceReportMap getTarget()
           
 String getUrlName()
           
 void setBlazeMeterURL(String blazeMeterURL)
           
 void setPerformanceReportMap(WeakReference<PerformanceReportMap> performanceReportMap)
           
 void setSession(String session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceBuildAction

public PerformanceBuildAction(hudson.model.AbstractBuild<?,?> pBuild,
                              PrintStream logger,
                              List<PerformanceReportParser> parsers)
Method Detail

getParserByDisplayName

public PerformanceReportParser getParserByDisplayName(String displayName)

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getTarget

public PerformanceReportMap getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()

getPerformanceReportMap

public PerformanceReportMap getPerformanceReportMap()

setPerformanceReportMap

public void setPerformanceReportMap(WeakReference<PerformanceReportMap> performanceReportMap)

getSession

public String getSession()

setSession

public void setSession(String session)

getBlazeMeterURL

public String getBlazeMeterURL()

setBlazeMeterURL

public void setBlazeMeterURL(String blazeMeterURL)


Copyright © July 2012-2012 BlazeMeterInc. All Rights Reserved.