|
||||||||||
| 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. |
boolean |
graphDataExists()
|
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.ActionAction.getUrlName()public void refreshGraphData()
public boolean showAvgGraph()
public boolean showErrGraph()
public boolean graphDataExists()
public NeoLoadGraph getErrGraph()
XPathExpressionExceptionpublic NeoLoadGraph getAvgGraph()
XPathExpressionExceptionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||