com.excilys.ebi.gatling.jenkins
Class GatlingBuildAction

java.lang.Object
  extended by com.excilys.ebi.gatling.jenkins.GatlingBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class GatlingBuildAction
extends Object
implements hudson.model.Action


Constructor Summary
GatlingBuildAction(hudson.model.AbstractBuild<?,?> build, String simulationName, RequestReport requestReport, hudson.FilePath simulationDirectory)
           
 
Method Summary
 void doSource(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 String getDisplayName()
           
 String getIconFileName()
           
 RequestReport getRequestReport()
           
 hudson.FilePath getSimulationDirectory()
           
 String getSimulationName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatlingBuildAction

public GatlingBuildAction(hudson.model.AbstractBuild<?,?> build,
                          String simulationName,
                          RequestReport requestReport,
                          hudson.FilePath simulationDirectory)
Method Detail

getBuild

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

getSimulationName

public String getSimulationName()

getRequestReport

public RequestReport getRequestReport()

getSimulationDirectory

public hudson.FilePath getSimulationDirectory()

getIconFileName

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

getDisplayName

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

getUrlName

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

doSource

public void doSource(org.kohsuke.stapler.StaplerRequest request,
                     org.kohsuke.stapler.StaplerResponse response)
              throws IOException,
                     javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2013. All Rights Reserved.