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
           
protected static java.util.logging.Logger LOG
          Our logger.
 
Constructor Summary
protected AbstractDownstreamBuildViewAction(hudson.model.AbstractBuild build)
           
 
Method Summary
 void addDownstreamBuilds(java.lang.String dowmstreamProject, int buildNumber)
           
 hudson.model.AbstractBuild getBuild()
           
 java.lang.String getDisplayName()
           
 int getDownstreamBuildNumber(java.lang.String ProjectName)
           
 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

LOG

protected static final java.util.logging.Logger LOG
Our logger.


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()

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.