hudson.plugins.grinder
Class AbstractGrinderAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGrinderAction
public AbstractGrinderAction()
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.