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
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractAddLogEntry
logEntry -
Constructor Summary
ConstructorsConstructorDescriptionAddBuildLogEntry(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, isNeedToPersistOnTargetMethods 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
-
Constructor Details
-
AddBuildLogEntry
-