Class AbstractAddLogEntry
- 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
-
- All Implemented Interfaces:
BambooAgentMessage
,Serializable
- Direct Known Subclasses:
AddBuildLogEntry
,AddErrorLogEntry
public abstract class AbstractAddLogEntry extends AbstractBuildLoggerMessage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractAddLogEntry(LoggerId<? extends Key> loggerId, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogEntry
getLogEntry()
boolean
isAddedAfterLogSpoolClosed()
boolean
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
-
-