Interface BambooAgentMessageBatch<T>
- All Superinterfaces:
BambooAgentMessage,Serializable
- All Known Implementing Classes:
BatchRemoteBambooMessage,LogMessageBatch
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanIf true, the batch is going to be expensive to process.booleanshouldStartNewBatch(@NotNull BambooAgentMessage bambooAgentMessage) intsize()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.
-