public class GatlingProjectAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
GatlingProjectAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public GatlingProjectAction(hudson.model.AbstractProject<?,?> project)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.AbstractProject<?,?> getProject()
public boolean isVisible()
public String getReportURL(int build)
Copyright © 2004-2013. All Rights Reserved.