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()
           
 JMeterReport getJmeterReport()
           
 java.lang.Object getTarget()
           
 java.lang.String getUrlName()
           
 boolean isFailed()
           
 
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

getBuild

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

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

getJmeterReport

public JMeterReport getJmeterReport()

getTarget

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

getUrlName

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

isFailed

public boolean isFailed()


Copyright © 2009. All Rights Reserved.