com.atlassian.bamboo.plugins.hg
Class DeleteUnusedHgCacheDirectoriesOnAgentMessage

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

public class DeleteUnusedHgCacheDirectoriesOnAgentMessage
extends AbstractBambooAgentMessage
implements RemoteBambooMessage

See Also:
Serialized Form

Constructor Summary
DeleteUnusedHgCacheDirectoriesOnAgentMessage(java.lang.Iterable<java.lang.String> usedSHAs)
           
 
Method Summary
 java.lang.Object deliver()
          Delivers the message to the appropriate object in the local virtual machine.
 
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
 

Constructor Detail

DeleteUnusedHgCacheDirectoriesOnAgentMessage

public DeleteUnusedHgCacheDirectoriesOnAgentMessage(java.lang.Iterable<java.lang.String> usedSHAs)
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)


Copyright © 2012 Atlassian. All Rights Reserved.