hudson.jumble
Class GraphAction
java.lang.Object
hudson.jumble.GraphAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class GraphAction
- extends Object
- implements hudson.model.Action
|
Constructor Summary |
GraphAction(hudson.model.AbstractProject<?,?> project)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphAction
public GraphAction(hudson.model.AbstractProject<?,?> project)
addReportToGraph
public void addReportToGraph(JumbleRunReport report,
hudson.model.AbstractBuild<?,?> build)
doTrend
public void doTrend(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
doTrendMap
public void doTrendMap(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
- Throws:
IOException
isThereEnoughInformationForAGraph
public boolean isThereEnoughInformationForAGraph()
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
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getDataset
public org.jfree.data.category.DefaultCategoryDataset getDataset()
getProject
public hudson.model.AbstractProject<?,?> getProject()
Copyright © 2004-2012 Hudson. All Rights Reserved.