hudson.plugins.jmeter
Class JMeterBuildAction

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

public class JMeterBuildAction
extends java.lang.Object
implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy


Constructor Summary
JMeterBuildAction(hudson.model.AbstractBuild<?,?> pBuild, java.io.PrintStream logger)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> getBuild()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.ref.WeakReference<JMeterReportMap> getJmeterReportMap()
           
 java.lang.Object getTarget()
           
 java.lang.String getUrlName()
           
 void setJmeterReportMap(java.lang.ref.WeakReference<JMeterReportMap> jmeterReportMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMeterBuildAction

public JMeterBuildAction(hudson.model.AbstractBuild<?,?> pBuild,
                         java.io.PrintStream logger)
Method Detail

getDisplayName

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

getIconFileName

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

getUrlName

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

getTarget

public java.lang.Object getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy

getBuild

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

getJmeterReportMap

public java.lang.ref.WeakReference<JMeterReportMap> getJmeterReportMap()

setJmeterReportMap

public void setJmeterReportMap(java.lang.ref.WeakReference<JMeterReportMap> jmeterReportMap)


Copyright © 2009. All Rights Reserved.