Class LogsAreWatchedAgentMessage
java.lang.Object
com.atlassian.bamboo.v2.build.agent.messages.toagent.LogsAreWatchedAgentMessage
- All Implemented Interfaces:
BambooAgentMessage
,RemoteBambooMessage
,Serializable
A message sent to the agent to notify it that logs for a given build should be streamed.
- See Also:
-
Constructor Details
-
LogsAreWatchedAgentMessage
-
-
Method Details
-
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
-