Class AddErrorLogEntry
java.lang.Object
com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildLoggerMessage
com.atlassian.bamboo.v2.build.agent.messages.AbstractAddLogEntry
com.atlassian.bamboo.v2.build.agent.messages.AddErrorLogEntry
- All Implemented Interfaces:
BambooAgentMessage
,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractAddLogEntry
logEntry
-
Constructor Summary
ConstructorDescriptionAddErrorLogEntry
(LoggerId<? extends Key> loggerId, boolean needPersistingOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) -
Method Summary
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractAddLogEntry
getLogEntry, isAddedAfterLogSpoolClosed, isNeedToPersistOnTarget
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
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
shouldBeSentDuringHeartAttack
-
Constructor Details
-
AddErrorLogEntry
-