com.atlassian.bamboo.v2.build.agent.messages
Class CancelExecutionAgentMessage

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
      extended by com.atlassian.bamboo.v2.build.agent.messages.CancelExecutionAgentMessage
All Implemented Interfaces:
BambooAgentMessage, RemoteBambooMessage, java.io.Serializable

public class CancelExecutionAgentMessage
extends AbstractBambooAgentMessage
implements RemoteBambooMessage

See Also:
Serialized Form

Constructor Summary
CancelExecutionAgentMessage(ResultKey resultKey, java.lang.Long deploymentResultId)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 java.lang.Object deliver()
          Delivers the message to the appropriate object in the local virtual machine.
 boolean equals(java.lang.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
 

Constructor Detail

CancelExecutionAgentMessage

public CancelExecutionAgentMessage(ResultKey resultKey,
                                   @Nullable
                                   java.lang.Long deploymentResultId)
Method Detail

deliver

public java.lang.Object deliver()
Description copied from interface: BambooAgentMessage
Delivers the message to the appropriate object in the local virtual machine.

Specified by:
deliver in interface BambooAgentMessage
Returns:
an optional reply to message (including error-reporting messages)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(java.lang.Object obj)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.