hudson.plugins.PerfPublisher.projectsAction
Class PerfPublisherMatrixConfigurationAction

java.lang.Object
  extended by hudson.plugins.PerfPublisher.AbstractPerfPublisherAction
      extended by hudson.plugins.PerfPublisher.projectsAction.PerfPublisherMatrixConfigurationAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class PerfPublisherMatrixConfigurationAction
extends AbstractPerfPublisherAction

This class is in charge of retrieving informations on a single configuration of a Multi-Config project.

Author:
gbossert

Constructor Summary
PerfPublisherMatrixConfigurationAction(hudson.matrix.MatrixConfiguration project)
           
 
Method Summary
 void doCompileTimeGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doExecutionTimeGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doMeanRespLengthGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doMiniCompileTimeGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doMiniExecutionTimeGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doMiniPerformanceGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doMiniSuccessGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doMiniTestsGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doMiniTestsGraphMap(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doPerformanceGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doStdDevGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doSuccessGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 void doTestsGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 PerfPublisherBuildAction getActionByBuildNumber(int number)
           
 java.lang.String getDisplayName()
           
 hudson.model.Project getProject()
           
 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

PerfPublisherMatrixConfigurationAction

public PerfPublisherMatrixConfigurationAction(hudson.matrix.MatrixConfiguration project)
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject
Overrides:
getDisplayName in class AbstractPerfPublisherAction

getReports

public ReportContainer getReports()

getActionByBuildNumber

public PerfPublisherBuildAction getActionByBuildNumber(int number)

getProject

public hudson.model.Project getProject()

doTestsGraph

public void doTestsGraph(org.kohsuke.stapler.StaplerRequest request,
                         org.kohsuke.stapler.StaplerResponse response)
                  throws java.io.IOException
Throws:
java.io.IOException

doMiniTestsGraphMap

public final void doMiniTestsGraphMap(org.kohsuke.stapler.StaplerRequest request,
                                      org.kohsuke.stapler.StaplerResponse response)
                               throws java.io.IOException
Throws:
java.io.IOException

doMiniTestsGraph

public void doMiniTestsGraph(org.kohsuke.stapler.StaplerRequest request,
                             org.kohsuke.stapler.StaplerResponse response)
                      throws java.io.IOException
Throws:
java.io.IOException

doCompileTimeGraph

public void doCompileTimeGraph(org.kohsuke.stapler.StaplerRequest request,
                               org.kohsuke.stapler.StaplerResponse response)
                        throws java.io.IOException
Throws:
java.io.IOException

doMiniCompileTimeGraph

public void doMiniCompileTimeGraph(org.kohsuke.stapler.StaplerRequest request,
                                   org.kohsuke.stapler.StaplerResponse response)
                            throws java.io.IOException
Throws:
java.io.IOException

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

doExecutionTimeGraph

public void doExecutionTimeGraph(org.kohsuke.stapler.StaplerRequest request,
                                 org.kohsuke.stapler.StaplerResponse response)
                          throws java.io.IOException
Throws:
java.io.IOException

doMiniExecutionTimeGraph

public void doMiniExecutionTimeGraph(org.kohsuke.stapler.StaplerRequest request,
                                     org.kohsuke.stapler.StaplerResponse response)
                              throws java.io.IOException
Throws:
java.io.IOException

doPerformanceGraph

public void doPerformanceGraph(org.kohsuke.stapler.StaplerRequest request,
                               org.kohsuke.stapler.StaplerResponse response)
                        throws java.io.IOException
Throws:
java.io.IOException

doMiniPerformanceGraph

public void doMiniPerformanceGraph(org.kohsuke.stapler.StaplerRequest request,
                                   org.kohsuke.stapler.StaplerResponse response)
                            throws java.io.IOException
Throws:
java.io.IOException

doStdDevGraph

public void doStdDevGraph(org.kohsuke.stapler.StaplerRequest request,
                          org.kohsuke.stapler.StaplerResponse response)
                   throws java.io.IOException
Throws:
java.io.IOException

doMeanRespLengthGraph

public void doMeanRespLengthGraph(org.kohsuke.stapler.StaplerRequest request,
                                  org.kohsuke.stapler.StaplerResponse response)
                           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.