Class DeleteSpecifiedGitCacheDirectoriesOnAgentMessage
java.lang.Object
com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
com.atlassian.bamboo.plugins.git.messages.DeleteSpecifiedGitCacheDirectoriesOnAgentMessage
- All Implemented Interfaces:
BambooAgentMessage,RemoteBambooMessage,Serializable
public class DeleteSpecifiedGitCacheDirectoriesOnAgentMessage
extends AbstractBambooAgentMessage
implements RemoteBambooMessage
Message carrying SHAs of git caches to be deleted.
- Since:
- 2.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteSpecifiedGitCacheDirectoriesOnAgentMessage(Iterable<String> deleteSHAs, GitCacheDirectoryUtils gitCacheDirectoryUtils) -
Method Summary
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
shouldBeSentDuringHeartAttack
-
Constructor Details
-
DeleteSpecifiedGitCacheDirectoriesOnAgentMessage
public DeleteSpecifiedGitCacheDirectoriesOnAgentMessage(Iterable<String> deleteSHAs, GitCacheDirectoryUtils gitCacheDirectoryUtils)
-
-
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)
-