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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAddLogEntry(LoggerId<? extends Key> loggerId, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildLoggerMessage
deliver, getLoggerIdMethods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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()
-