com.atlassian.bamboo.v2.build.agent.remote
Class RemoteErrorUpdateHandler

java.lang.Object
  extended by com.atlassian.bamboo.logger.AbstractErrorUpdateHandler
      extended by com.atlassian.bamboo.v2.build.agent.remote.RemoteErrorUpdateHandler
All Implemented Interfaces:
ErrorUpdateHandler, BambooAgentMessageSender

public class RemoteErrorUpdateHandler
extends AbstractErrorUpdateHandler
implements BambooAgentMessageSender, ErrorUpdateHandler


Constructor Summary
RemoteErrorUpdateHandler()
           
 
Method Summary
 void createError(java.lang.String planKey, java.lang.Integer buildNumber, java.lang.Long agentId, java.lang.String context, ThrowableDetails throwableDetails)
           
 void setStrategy(BambooAgentMessageSenderStrategy strategy)
           
 
Methods inherited from class com.atlassian.bamboo.logger.AbstractErrorUpdateHandler
addErrorCollection, getCurrentAgentId, recordError, recordError, recordError, recordError, setAgentContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.logger.ErrorUpdateHandler
addErrorCollection, recordError, recordError, recordError, recordError
 

Constructor Detail

RemoteErrorUpdateHandler

public RemoteErrorUpdateHandler()
Method Detail

createError

public void createError(java.lang.String planKey,
                        java.lang.Integer buildNumber,
                        java.lang.Long agentId,
                        java.lang.String context,
                        ThrowableDetails throwableDetails)
Specified by:
createError in interface ErrorUpdateHandler

setStrategy

public void setStrategy(BambooAgentMessageSenderStrategy strategy)
Specified by:
setStrategy in interface BambooAgentMessageSender


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.