Uses of Interface
com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessageBatch
-
Packages that use BambooAgentMessageBatch Package Description com.atlassian.bamboo.v2.build.agent.messages -
-
Uses of BambooAgentMessageBatch in com.atlassian.bamboo.v2.build.agent.messages
Classes in com.atlassian.bamboo.v2.build.agent.messages that implement BambooAgentMessageBatch Modifier and Type Class Description class
BatchRemoteBambooMessage
ARemoteBambooMessage
that contains aList
of messages to be delivered in one goclass
LogMessageBatch
Methods in com.atlassian.bamboo.v2.build.agent.messages that return BambooAgentMessageBatch Modifier and Type Method Description BambooAgentMessageBatch
BambooAgentMessageBatch.BatchFactory. newBatch()
Methods in com.atlassian.bamboo.v2.build.agent.messages that return types with arguments of type BambooAgentMessageBatch Modifier and Type Method Description Class<? extends BambooAgentMessageBatch>
BambooAgentMessageBatch.BatchFactory. getBatchClass()
-