Class AddBuildLogEntry
- 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.AddBuildLogEntry
-
- All Implemented Interfaces:
BambooAgentMessage
,Serializable
public class AddBuildLogEntry extends AbstractAddLogEntry
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractAddLogEntry
logEntry
-
-
Constructor Summary
Constructors Constructor Description AddBuildLogEntry(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
-
-