|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jenkinsci.plugins.neoload_integration.ProjectSpecificAction
public class ProjectSpecificAction
Along with the jelly file and the Factory class, this class adds the two trend graphs to a job page.
Constructor Summary | |
---|---|
ProjectSpecificAction(hudson.model.AbstractProject<?,?> project)
|
Method Summary | |
---|---|
NeoLoadGraph |
getAvgGraph()
Generates a graph |
String |
getDisplayName()
|
NeoLoadGraph |
getErrGraph()
|
String |
getIconFileName()
|
String |
getUrlName()
This corresponds to the url of the image files displayed on the job page. |
void |
refreshGraphData()
Find data to graph. |
boolean |
showAvgGraph()
|
boolean |
showErrGraph()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectSpecificAction(hudson.model.AbstractProject<?,?> project)
Method Detail |
---|
public String getUrlName()
getUrlName
in interface hudson.model.Action
Action.getUrlName()
public void refreshGraphData()
public boolean showAvgGraph()
public boolean showErrGraph()
public NeoLoadGraph getErrGraph()
XPathExpressionException
public NeoLoadGraph getAvgGraph()
XPathExpressionException
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |