public class RemoteErrorUpdateHandler extends AbstractErrorUpdateHandler implements ErrorUpdateHandler
agentContext
Constructor and Description |
---|
RemoteErrorUpdateHandler(AgentContext agentContext,
BambooAgentMessageSender sender) |
Modifier and Type | Method and Description |
---|---|
void |
createElasticError(String context,
Long agentId,
ThrowableDetails throwableDetails,
String instanceId)
Create an error regarding Elastic Bamboo.
|
void |
createError(String entityKey,
Integer resultNumber,
Long agentId,
String context,
ThrowableDetails throwableDetails) |
void |
createError(String entityKey,
Long resultNumber,
Long agentId,
String context,
ThrowableDetails throwableDetails) |
addErrorCollection, getCurrentAgentId, recordElasticError, recordError, recordError, recordError, recordError, recordError, recordError, recordError
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addErrorCollection, recordElasticError, recordError, recordError, recordError, recordError, recordError, recordError, recordError
public RemoteErrorUpdateHandler(AgentContext agentContext, BambooAgentMessageSender sender)
public void createError(String entityKey, Integer resultNumber, Long agentId, String context, ThrowableDetails throwableDetails)
createError
in interface ErrorUpdateHandler
public void createError(@Nullable String entityKey, @Nullable Long resultNumber, Long agentId, String context, @Nullable ThrowableDetails throwableDetails)
createError
in interface ErrorUpdateHandler
public void createElasticError(String context, @Nullable Long agentId, @Nullable ThrowableDetails throwableDetails, @Nullable String instanceId)
ErrorUpdateHandler
createElasticError
in interface ErrorUpdateHandler
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.