hudson.plugins.plot
Class MatrixPlotAction
java.lang.Object
hudson.plugins.plot.MatrixPlotAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy
public class MatrixPlotAction
- extends Object
- implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
- Author:
- lucinka
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatrixPlotAction
public MatrixPlotAction(hudson.matrix.MatrixConfiguration project,
MatrixPlotPublisher publisher)
getProject
public hudson.model.AbstractProject<?,?> getProject()
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
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
Copyright © 2004-2014. All Rights Reserved.