Class LogsAreWatchedAgentMessage
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.agent.messages.toagent.LogsAreWatchedAgentMessage
-
- All Implemented Interfaces:
BambooAgentMessage
,RemoteBambooMessage
,Serializable
public class LogsAreWatchedAgentMessage extends Object implements RemoteBambooMessage
A message sent to the agent to notify it that logs for a given build should be streamed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogsAreWatchedAgentMessage(ResultKey resultKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Object
deliver()
Delivers the message to the appropriate object in the local virtual machine.ResultKey
getResultKey()
-
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
-
-
-
-
Constructor Detail
-
LogsAreWatchedAgentMessage
public LogsAreWatchedAgentMessage(ResultKey resultKey)
-
-
Method Detail
-
deliver
@Nullable public @Nullable Object deliver()
Description copied from interface:BambooAgentMessage
Delivers the message to the appropriate object in the local virtual machine.- Specified by:
deliver
in interfaceBambooAgentMessage
- Returns:
- an optional reply to message (including error-reporting messages)
-
getResultKey
public ResultKey getResultKey()
-
-