hudson.plugins.plot
Class PlotAction
java.lang.Object
hudson.plugins.plot.PlotAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy
public class PlotAction
- extends Object
- implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
Project action to display plots.
- Author:
- Nigel Daley
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotAction
public PlotAction(hudson.model.AbstractProject<?,?> project,
PlotPublisher publisher)
getProject
public hudson.model.AbstractProject<?,?> getProject()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
hasPlots
public boolean hasPlots()
throws IOException
- Throws:
IOException
getOriginalGroups
public List<String> getOriginalGroups()
getUrlGroup
public String getUrlGroup(String originalGroup)
getDynamic
public PlotReport getDynamic(String group,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Throws:
IOException
getTarget
public Object getTarget()
- If there's only one plot category, simply display that
category of reports on this view.
- Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy
Copyright © 2004-2014. All Rights Reserved.