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 |
protected hudson.model.AbstractBuild<?,?> |
build
|
protected static java.util.logging.Logger |
LOG
Our logger. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final java.util.logging.Logger LOG
- Our logger.
build
protected 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()
getDownstreamBuildNumber
public int getDownstreamBuildNumber(java.lang.String projectName)
addDownstreamBuilds
public void addDownstreamBuilds(java.lang.String dowmstreamProject,
int buildNumber)
Copyright © 2010 Ushus Technologies. All Rights Reserved.