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:
-
Constructor Summary
ConstructorsConstructorDescriptionCancelExecutionAgentMessage(ResultKey resultKey, @Nullable Long deploymentResultId) -
Method Summary
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
shouldBeSentDuringHeartAttack
-
Constructor Details
-
CancelExecutionAgentMessage
-
-
Method Details
-
deliver
Description copied from interface:BambooAgentMessageDelivers the message to the appropriate object in the local virtual machine.- Specified by:
deliverin interfaceBambooAgentMessage- Returns:
- an optional reply to message (including error-reporting messages)
-
hashCode
public int hashCode() -
equals
-
compareTo
-