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<?,?>,List<String>> |
getReports() |
String |
getReportURL(int build,
String simName) |
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()
Copyright © 2004-2016. All Rights Reserved.