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

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

public class BatchRemoteBambooMessage
extends java.lang.Object
implements BambooAgentMessage

A RemoteBambooMessage that contains a List of messages to be dlivered in one go

See Also:
Serialized Form

Constructor Summary
BatchRemoteBambooMessage(java.util.List<BambooAgentMessage> messages)
           
 
Method Summary
 void deliver()
          Delivers the message to the appropriate object in the local virtual machine.
 java.util.List<BambooAgentMessage> getMessages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchRemoteBambooMessage

public BatchRemoteBambooMessage(@NotNull
                                java.util.List<BambooAgentMessage> messages)
Method Detail

deliver

public void deliver()
Description copied from interface: BambooAgentMessage

Delivers the message to the appropriate object in the local virtual machine.

Specified by:
deliver in interface BambooAgentMessage

getMessages

public java.util.List<BambooAgentMessage> getMessages()


Copyright © 2010 Atlassian. All Rights Reserved.