Class CancelExecutionAgentMessage
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
-
- com.atlassian.bamboo.v2.build.agent.messages.CancelExecutionAgentMessage
-
- All Implemented Interfaces:
BambooAgentMessage
,RemoteBambooMessage
,Serializable
public class CancelExecutionAgentMessage extends AbstractBambooAgentMessage implements RemoteBambooMessage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelExecutionAgentMessage(ResultKey resultKey, @Nullable Long deploymentResultId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object obj)
Object
deliver()
Delivers the message to the appropriate object in the local virtual machine.boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
shouldBeSentDuringHeartAttack
-
-
-
-
Method Detail
-
deliver
public 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)
-
compareTo
public int compareTo(Object obj)
-
-