public final class BuildUtil extends Object
| Constructor and Description |
|---|
BuildUtil() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.model.AbstractBuild<?,?> |
getDownstreamBuild(hudson.model.AbstractProject<?,?> downstreamProject,
hudson.model.AbstractBuild<?,?> upstreamBuild)
Gets the next downstream build based on the upstream build and downstream project.
|
public static hudson.model.AbstractBuild<?,?> getDownstreamBuild(hudson.model.AbstractProject<?,?> downstreamProject,
hudson.model.AbstractBuild<?,?> upstreamBuild)
downstreamProject - - The downstream projectupstreamBuild - - The upstream buildCopyright © 2004-2013. All Rights Reserved.