org.jvnet.hudson.plugins
Class AbstractDownstreamBuildViewAction

java.lang.Object
  extended by 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
           
 
Constructor Summary
protected AbstractDownstreamBuildViewAction(hudson.model.AbstractBuild build)
           
 
Method Summary
 hudson.model.AbstractBuild getBuild()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

build

public final hudson.model.AbstractBuild<?,?> build
Constructor Detail

AbstractDownstreamBuildViewAction

protected AbstractDownstreamBuildViewAction(hudson.model.AbstractBuild build)
Method Detail

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.