webtestpresenter
Class WebtestPublisher.WebtestReportAction

java.lang.Object
  extended by webtestpresenter.WebtestPublisher.WebtestReportAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, java.io.Serializable
Enclosing class:
WebtestPublisher

public static final class WebtestPublisher.WebtestReportAction
extends java.lang.Object
implements hudson.model.Action

See Also:
Serialized Form

Field Summary
 hudson.model.AbstractBuild<?,?> build
          Project that owns this action.
 
Constructor Summary
WebtestPublisher.WebtestReportAction(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.Object getTarget()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

build

public final hudson.model.AbstractBuild<?,?> build
Project that owns this action.

Constructor Detail

WebtestPublisher.WebtestReportAction

public WebtestPublisher.WebtestReportAction(hudson.model.AbstractBuild<?,?> build)
Method Detail

getUrlName

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

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

getTarget

public java.lang.Object getTarget()

doDynamic

public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
                      org.kohsuke.stapler.StaplerResponse rsp)
               throws java.io.IOException,
                      javax.servlet.ServletException,
                      java.lang.InterruptedException
Throws:
java.io.IOException
javax.servlet.ServletException
java.lang.InterruptedException


Copyright © 2008. All Rights Reserved.