hudson.plugins.PerfPublisher
Class AbstractPerfPublisherAction

java.lang.Object
  extended by hudson.plugins.PerfPublisher.AbstractPerfPublisherAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Direct Known Subclasses:
MatrixTestReportAction, PerfPublisherBuildAction, PerfPublisherFreestyleProjectAction, PerfPublisherMatrixConfigurationAction, PerfPublisherMatrixProjectAction, PerfPublisherProjectAction

public class AbstractPerfPublisherAction
extends java.lang.Object
implements hudson.model.Action

Abstract class with functionality common to all PerfPublisher actions.

Author:
Georges Bossert

Constructor Summary
AbstractPerfPublisherAction()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.String getUrlName()
           
protected  boolean shouldReloadGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, hudson.model.Run build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPerfPublisherAction

public AbstractPerfPublisherAction()
Method Detail

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

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

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

shouldReloadGraph

protected boolean shouldReloadGraph(org.kohsuke.stapler.StaplerRequest request,
                                    org.kohsuke.stapler.StaplerResponse response,
                                    hudson.model.Run build)
                             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.