hudson.plugins.PerfPublisher.projectsAction
Class PerfPublisherMatrixProjectAction
java.lang.Object
hudson.plugins.PerfPublisher.AbstractPerfPublisherAction
hudson.plugins.PerfPublisher.projectsAction.PerfPublisherMatrixProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class PerfPublisherMatrixProjectAction
- extends AbstractPerfPublisherAction
Action used for PerfPublisher report on matrix project level.
- Author:
- Georges Bossert
- See Also:
AbstractPerfPublisherAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerfPublisherMatrixProjectAction
public PerfPublisherMatrixProjectAction(hudson.matrix.MatrixProject project)
- Constructor
- Parameters:
project - the current matrix project
getDisplayName
public java.lang.String getDisplayName()
- Getter for the display name which it used by hudson for the link menu
display
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject- Overrides:
getDisplayName in class AbstractPerfPublisherAction
getProject
public hudson.matrix.MatrixProject getProject()
- Getter of the current matrix project
- Returns:
- the current matrix project
getReports
public ReportContainer getReports()
- Returns:
getActionByBuildNumber
public PerfPublisherBuildAction getActionByBuildNumber(int number)
getHtmlArrayDisplay
public java.lang.String getHtmlArrayDisplay()
doSuccessGraph
public void doSuccessGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
doMiniSuccessGraph
public void doMiniSuccessGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010. All Rights Reserved.