org.jenkinsci.plugins.neoload_integration
Class ProjectSpecificAction

java.lang.Object
  extended by org.jenkinsci.plugins.neoload_integration.ProjectSpecificAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, Serializable

public class ProjectSpecificAction
extends Object
implements hudson.model.ProminentProjectAction, Serializable

Along with the jelly file and the Factory class, this class adds the two trend graphs to a job page.

See Also:
Serialized Form

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

ProjectSpecificAction

public ProjectSpecificAction(hudson.model.AbstractProject<?,?> project)
Method Detail

getUrlName

public String getUrlName()
This corresponds to the url of the image files displayed on the job page.

Specified by:
getUrlName in interface hudson.model.Action
See Also:
Action.getUrlName()

refreshGraphData

public void refreshGraphData()
Find data to graph.


showAvgGraph

public boolean showAvgGraph()
Returns:
true if we should show the graph

showErrGraph

public boolean showErrGraph()
Returns:
true if we should show the graph

getErrGraph

public NeoLoadGraph getErrGraph()
Returns:
Throws:
XPathExpressionException

getAvgGraph

public NeoLoadGraph getAvgGraph()
Generates a graph

Throws:
XPathExpressionException

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject


Copyright © 2004-2013. All Rights Reserved.