hudson.plugins.grinder
Class AbstractGrinderAction

java.lang.Object
  extended by hudson.plugins.grinder.AbstractGrinderAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Direct Known Subclasses:
GrinderBuildAction, GrinderProjectAction

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

Abstract class with functionality common to all Grinder actions.

Author:
Eivind B Waaler

Constructor Summary
AbstractGrinderAction()
           
 
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

AbstractGrinderAction

public AbstractGrinderAction()
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.