hudson.plugins.PerfPublisher.projectsAction
Class PerfPublisherMatrixProjectAction

java.lang.Object
  extended by hudson.plugins.PerfPublisher.AbstractPerfPublisherAction
      extended by 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

Constructor Summary
PerfPublisherMatrixProjectAction(hudson.matrix.MatrixProject project)
          Constructor
 
Method Summary
 void doMiniSuccessGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doSuccessGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 PerfPublisherBuildAction getActionByBuildNumber(int number)
           
 java.lang.String getDisplayName()
          Getter for the display name which it used by hudson for the link menu display
 java.lang.String getHtmlArrayDisplay()
           
 hudson.matrix.MatrixProject getProject()
          Getter of the current matrix project
 ReportContainer getReports()
           
 
Methods inherited from class hudson.plugins.PerfPublisher.AbstractPerfPublisherAction
getIconFileName, getUrlName, shouldReloadGraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfPublisherMatrixProjectAction

public PerfPublisherMatrixProjectAction(hudson.matrix.MatrixProject project)
Constructor

Parameters:
project - the current matrix project
Method Detail

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.