public class BuildUtil extends Object
Constructor and Description |
---|
BuildUtil() |
Modifier and Type | Method and Description |
---|---|
static hudson.model.Run<?,?> |
getBuildByBranch(hudson.model.Job<?,?> project,
String branchName) |
static hudson.model.Run<?,?> |
getBuildBySHA1IncludingMergeBuilds(hudson.model.Job<?,?> project,
String sha1) |
static hudson.model.Run<?,?> |
getBuildBySHA1WithoutMergeBuilds(hudson.model.Job<?,?> project,
String sha1) |
public static hudson.model.Run<?,?> getBuildByBranch(hudson.model.Job<?,?> project, String branchName)
public static hudson.model.Run<?,?> getBuildBySHA1WithoutMergeBuilds(hudson.model.Job<?,?> project, String sha1)
public static hudson.model.Run<?,?> getBuildBySHA1IncludingMergeBuilds(hudson.model.Job<?,?> project, String sha1)
Copyright © 2016. All rights reserved.