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