hudson.plugins.sauce_ondemand
Class AbstractAction

java.lang.Object
  extended by hudson.plugins.sauce_ondemand.AbstractAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Direct Known Subclasses:
SauceOnDemandBuildAction, SauceOnDemandProjectAction

public abstract class AbstractAction
extends Object
implements hudson.model.Action

Author:
Ross Rowe

Constructor Summary
AbstractAction()
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAction

public AbstractAction()
Method Detail

getIconFileName

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

getDisplayName

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

getUrlName

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


Copyright © 2004-2013. All Rights Reserved.