public abstract class AbstractDownstreamBuildViewAction extends Object implements jenkins.model.RunAction2
| Modifier and Type | Field and Description |
|---|---|
protected hudson.model.AbstractBuild<?,?> |
build |
protected static Logger |
LOG
Our logger.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDownstreamBuildViewAction() |
| 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() |
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
protected static final Logger LOG
protected transient 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 void onAttached(hudson.model.Run<?,?> r)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2public hudson.model.AbstractBuild getBuild()
public int getDownstreamBuildNumber(String projectName)
public void addDownstreamBuilds(String dowmstreamProject, int buildNumber)
Copyright © 2004-2013 Ushus Technologies. All Rights Reserved.