com.atlassian.bamboo.v2.build.agent.messages
Class AddErrorLogEntry

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
      extended by com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildLoggerMessage
          extended by com.atlassian.bamboo.v2.build.agent.messages.AbstractAddLogEntry
              extended by com.atlassian.bamboo.v2.build.agent.messages.AddErrorLogEntry
All Implemented Interfaces:
BambooAgentMessage, java.io.Serializable

public class AddErrorLogEntry
extends AbstractAddLogEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractAddLogEntry
logEntry
 
Constructor Summary
AddErrorLogEntry(LoggerId<? extends java.io.Serializable> loggerId, LogEntry logEntry)
           
AddErrorLogEntry(java.lang.String buildPlanKey, LogEntry logEntry)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractAddLogEntry
getLogEntry
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildLoggerMessage
deliver, getLoggerId
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddErrorLogEntry

@Deprecated
public AddErrorLogEntry(java.lang.String buildPlanKey,
                                   LogEntry logEntry)
Deprecated. 


AddErrorLogEntry

public AddErrorLogEntry(LoggerId<? extends java.io.Serializable> loggerId,
                        LogEntry logEntry)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.