|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.v2.build.agent.messages.BatchRemoteBambooMessage
public class BatchRemoteBambooMessage
A RemoteBambooMessage
that contains a List
of messages to be dlivered in one go
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 |
---|
public BatchRemoteBambooMessage(@NotNull java.util.List<BambooAgentMessage> messages)
Method Detail |
---|
public void deliver()
BambooAgentMessage
Delivers the message to the appropriate object in the local virtual machine.
deliver
in interface BambooAgentMessage
public java.util.List<BambooAgentMessage> getMessages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |