org.jenkinsci.plugins.dryrun
Class DryRunProjectAction

java.lang.Object
  extended by org.jenkinsci.plugins.dryrun.DryRunProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy

public class DryRunProjectAction
extends Object
implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy

Author:
Gregory Boissinot

Constructor Summary
DryRunProjectAction(hudson.model.AbstractProject target)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 Object getTarget()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DryRunProjectAction

public DryRunProjectAction(hudson.model.AbstractProject target)
Method Detail

getIconFileName

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

getDisplayName

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

getUrlName

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

getTarget

public Object getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy


Copyright © 2004-2012. All Rights Reserved.