public final class ClaimBuildFailureAnalyzer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ERROR |
| Constructor and Description |
|---|
ClaimBuildFailureAnalyzer(String error) |
| Modifier and Type | Method and Description |
|---|---|
void |
createFailAction(hudson.model.Run run) |
static LinkedList<String> |
getDropdownList() |
String |
getError() |
static Collection<com.sonyericsson.jenkins.plugins.bfa.model.FailureCause> |
getFailureCauses() |
static HashMap<String,String> |
getFillReasonMap() |
static boolean |
isBFAEnabled() |
boolean |
isDefaultError() |
void |
removeFailAction(hudson.model.Run run) |
public static final String DEFAULT_ERROR
public String getError()
public boolean isDefaultError()
public static Collection<com.sonyericsson.jenkins.plugins.bfa.model.FailureCause> getFailureCauses() throws Exception
Exceptionpublic static boolean isBFAEnabled()
public static HashMap<String,String> getFillReasonMap() throws Exception
Exceptionpublic static LinkedList<String> getDropdownList() throws Exception
Exceptionpublic void createFailAction(hudson.model.Run run)
throws Exception
Exceptionpublic void removeFailAction(hudson.model.Run run)
Copyright © 2016–2017. All rights reserved.