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
- See Also:
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractAddLogEntry
(LoggerId<? extends Key> loggerId, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
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
-
Field Details
-
logEntry
-
-
Constructor Details
-
AbstractAddLogEntry
-
-
Method Details
-
getLogEntry
-
isNeedToPersistOnTarget
public boolean isNeedToPersistOnTarget() -
isAddedAfterLogSpoolClosed
public boolean isAddedAfterLogSpoolClosed()
-