com.atlassian.bamboo.v2.build.agent.remote
Class RemoteErrorUpdateHandler
java.lang.Object
com.atlassian.bamboo.logger.AbstractErrorUpdateHandler
com.atlassian.bamboo.v2.build.agent.remote.RemoteErrorUpdateHandler
- All Implemented Interfaces:
- ErrorUpdateHandler
public class RemoteErrorUpdateHandler
- extends AbstractErrorUpdateHandler
- implements ErrorUpdateHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteErrorUpdateHandler
public RemoteErrorUpdateHandler(AgentContext agentContext,
BambooAgentMessageSender sender)
createError
public void createError(String planKey,
Integer buildNumber,
Long agentId,
String context,
ThrowableDetails throwableDetails)
- Specified by:
createError
in interface ErrorUpdateHandler
createElasticError
public void createElasticError(String context,
@Nullable
Long agentId,
@Nullable
ThrowableDetails throwableDetails,
@Nullable
String instanceId)
- Description copied from interface:
ErrorUpdateHandler
- Create an error regarding Elastic Bamboo.
- Specified by:
createElasticError
in interface ErrorUpdateHandler
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.