Class EphemeralRemovalRequestMessage
java.lang.Object
com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
com.atlassian.bamboo.v2.build.agent.messages.toserver.EphemeralRemovalRequestMessage
- All Implemented Interfaces:
BambooAgentMessage
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponent
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 Details
-
EphemeralRemovalRequestMessage
-
-
Method Details
-
deliver
Description copied from interface:BambooAgentMessage
Delivers the message to the appropriate object in the local virtual machine.- Returns:
- an optional reply to message (including error-reporting messages)
-