public class ElasticErrorDetailsImpl extends ErrorDetailsImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
ELASTIC_BAMBOO |
ALL_BUILDS| Constructor and Description |
|---|
ElasticErrorDetailsImpl(int errorNumber,
Long agentId,
String instanceId,
String context,
Date timeStamp,
ThrowableDetails throwableDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInstance(String instanceId) |
List<String> |
getInstanceIds() |
boolean |
isBuildSpecific()
Is this error specific to one plan (true) or for all/any plans (false) e.g.
|
boolean |
isElastic()
Is this error specific to Elastic Bamboo
|
boolean |
isForAllBuilds()
Deprecated.
since 5.5
|
getAgentIds, getBuildKey, getBuildNumber, getBuildResultKey, getContext, getEntityKey, getErrorNumber, getFirstOccurred, getLastOccurred, getNumberOfOccurrences, getResultKey, getResultNumber, getThrowableDetailspublic static final String ELASTIC_BAMBOO
public ElasticErrorDetailsImpl(int errorNumber,
@Nullable
Long agentId,
@Nullable
String instanceId,
String context,
Date timeStamp,
ThrowableDetails throwableDetails)
@Deprecated public boolean isForAllBuilds()
ErrorDetailsisForAllBuilds in interface ErrorDetailsisForAllBuilds in class ErrorDetailsImplpublic boolean isBuildSpecific()
ErrorDetailsisBuildSpecific in interface ErrorDetailsisBuildSpecific in class ErrorDetailsImplpublic boolean isElastic()
ErrorDetailsImplisElastic in class ErrorDetailsImplpublic void addInstance(String instanceId)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.