public class BuildResultResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FIXED_STATUS |
static String |
STILL_FAILING_STATUS |
| Constructor and Description |
|---|
BuildResultResolver() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getContextualResult(hudson.model.AbstractBuild<?,?> build)
Return contextual build result of the current build.
|
public static final String FIXED_STATUS
public static final String STILL_FAILING_STATUS
public static String getContextualResult(hudson.model.AbstractBuild<?,?> build)
build - the current buildCopyright © 2016–2019. All rights reserved.