Class AbstractBuildLoggerMessage
java.lang.Object
com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildLoggerMessage
- All Implemented Interfaces:
BambooAgentMessage,Serializable
- Direct Known Subclasses:
AbstractAddLogEntry
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractBuildLoggerMessage(LoggerId<? extends Key> loggerId) -
Method Summary
Modifier and TypeMethodDescription@Nullable Objectdeliver()Delivers the message to the appropriate object in the local virtual machine.LoggerId<? extends Serializable>Methods 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
-
AbstractBuildLoggerMessage
-
-
Method Details
-
deliver
Description copied from interface:BambooAgentMessageDelivers the message to the appropriate object in the local virtual machine.- Returns:
- an optional reply to message (including error-reporting messages)
-
getLoggerId
-