org.jvnet.hudson.plugins
Class AbstractDownstreamBuildViewAction
java.lang.Object
org.jvnet.hudson.plugins.AbstractDownstreamBuildViewAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
- Direct Known Subclasses:
- DownstreamBuildViewAction
public abstract class AbstractDownstreamBuildViewAction
- extends java.lang.Object
- implements hudson.model.Action
- Author:
- shinod.mohandas
|
Field Summary |
hudson.model.AbstractBuild<?,?> |
build
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
build
public final hudson.model.AbstractBuild<?,?> build
AbstractDownstreamBuildViewAction
protected AbstractDownstreamBuildViewAction(hudson.model.AbstractBuild build)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
@Exported(visibility=2)
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getBuild
public hudson.model.AbstractBuild getBuild()
Copyright © 2009 Ushus Technologies. All Rights Reserved.