com.excilys.ebi.gatling.jenkins
Class GatlingProjectAction

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

public class GatlingProjectAction
extends Object
implements hudson.model.Action


Constructor Summary
GatlingProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 Graph<Long> getDashboardGraph()
           
 String getDisplayName()
           
 String getIconFileName()
           
 Graph<Long> getMeanResponseTimeGraph()
           
 Graph<Long> getPercentileResponseTimeGraph()
           
 hudson.model.AbstractProject<?,?> getProject()
           
 Map<hudson.model.AbstractBuild<?,?>,String> getReports()
           
 String getReportURL(int build)
           
 Graph<Long> getRequestKOPercentageGraph()
           
 String getUrlName()
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatlingProjectAction

public GatlingProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

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

getProject

public hudson.model.AbstractProject<?,?> getProject()

isVisible

public boolean isVisible()

getDashboardGraph

public Graph<Long> getDashboardGraph()

getMeanResponseTimeGraph

public Graph<Long> getMeanResponseTimeGraph()

getPercentileResponseTimeGraph

public Graph<Long> getPercentileResponseTimeGraph()

getRequestKOPercentageGraph

public Graph<Long> getRequestKOPercentageGraph()

getReports

public Map<hudson.model.AbstractBuild<?,?>,String> getReports()

getReportURL

public String getReportURL(int build)


Copyright © 2004-2012. All Rights Reserved.