public abstract class AbstractDownstreamBuildViewAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
protected hudson.model.AbstractBuild<?,?> |
build |
protected static Logger |
LOG
Our logger.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDownstreamBuildViewAction(hudson.model.AbstractBuild build) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDownstreamBuilds(String dowmstreamProject,
int buildNumber) |
hudson.model.AbstractBuild |
getBuild() |
String |
getDisplayName() |
int |
getDownstreamBuildNumber(String projectName) |
String |
getIconFileName() |
String |
getUrlName() |
protected static final Logger LOG
protected final hudson.model.AbstractBuild<?,?> build
protected AbstractDownstreamBuildViewAction(hudson.model.AbstractBuild build)
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObject@Exported(visibility=2) public String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic hudson.model.AbstractBuild getBuild()
public int getDownstreamBuildNumber(String projectName)
public void addDownstreamBuilds(String dowmstreamProject, int buildNumber)
Copyright © 2004-2012 Ushus Technologies. All Rights Reserved.