public class ProjectSpecificAction extends Object implements hudson.model.ProminentProjectAction, Serializable
| Constructor and Description |
|---|
ProjectSpecificAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
String |
displayCustomGraphName(int index) |
NeoLoadGraph |
getAvgGraph()
Generates a graph
|
NeoLoadGraph |
getCustomGraph(int index)
Generates a graph
|
String |
getDisplayName() |
NeoLoadGraph |
getErrGraph() |
List<GraphOptionsInfo> |
getGraphOptionsInfo() |
String |
getIconFileName() |
String |
getUrlName()
This corresponds to the url of the image files displayed on the job page.
|
boolean |
graphDataExists() |
String |
heightCustomGraph() |
boolean |
isShowTrendAverageResponse() |
boolean |
isShowTrendErrorRate() |
void |
refreshGraphData()
Find data to graph.
|
boolean |
showAvgGraph() |
boolean |
showErrGraph() |
int |
sizeCustomGraph() |
public ProjectSpecificAction(hudson.model.AbstractProject<?,?> project)
public String getUrlName()
getUrlName in interface hudson.model.ActionAction.getUrlName()public void refreshGraphData()
public boolean showAvgGraph()
public boolean showErrGraph()
public int sizeCustomGraph()
public String heightCustomGraph()
public String displayCustomGraphName(int index)
index - the index of the graph.public boolean graphDataExists()
public NeoLoadGraph getErrGraph()
XPathExpressionExceptionpublic NeoLoadGraph getAvgGraph()
XPathExpressionExceptionpublic NeoLoadGraph getCustomGraph(int index)
index - XPathExpressionExceptionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic boolean isShowTrendAverageResponse()
public boolean isShowTrendErrorRate()
public List<GraphOptionsInfo> getGraphOptionsInfo()
Copyright © 2004-2017. All Rights Reserved.