Interface BambooAgentMessageBatch<T>
- All Superinterfaces:
BambooAgentMessage
,Serializable
- All Known Implementing Classes:
BatchRemoteBambooMessage
,LogMessageBatch
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
If true, the batch is going to be expensive to process.boolean
shouldStartNewBatch
(@NotNull BambooAgentMessage bambooAgentMessage) int
size()
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
deliver, shouldBeSentDuringHeartAttack
-
Method Details
-
add
-
size
int size() -
shouldStartNewBatch
-
isExpensive
boolean isExpensive()If true, the batch is going to be expensive to process.
-