Uses of Interface
com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
Packages that use BambooAgentMessage
Package
Description
-
Uses of BambooAgentMessage in com.atlassian.bamboo.plugins.git.messages
Classes in com.atlassian.bamboo.plugins.git.messages that implement BambooAgentMessageModifier and TypeClassDescriptionclassMessage carrying SHAs of git caches to be deleted.classMessage carrying active git cache SHAs in order to remove all other unused caches. -
Uses of BambooAgentMessage in com.atlassian.bamboo.v2.build.agent.messages
Subinterfaces of BambooAgentMessage in com.atlassian.bamboo.v2.build.agent.messagesModifier and TypeInterfaceDescriptioninterfaceThis interface should be implemented by all messages that require additional (i.e.interfaceinterfaceA marker interface forBambooAgentMessages for messages that are produced by the server and consumed on the remote agent side.Classes in com.atlassian.bamboo.v2.build.agent.messages that implement BambooAgentMessageModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassARemoteBambooMessagethat contains aListof messages to be delivered in one goclassclassclassclassclassclassclassThis class exists in order to stream the content of message directly to logger, without deserialising it first.classclassclassclassclassMethods in com.atlassian.bamboo.v2.build.agent.messages with parameters of type BambooAgentMessageModifier and TypeMethodDescriptionvoidBatchRemoteBambooMessage.add(@NotNull BambooAgentMessage bambooAgentMessage) booleanBambooAgentMessageBatch.BatchFactory.canBatch(@NotNull BambooAgentMessage bambooAgentMessage) booleanBambooAgentMessageBatch.shouldStartNewBatch(@NotNull BambooAgentMessage bambooAgentMessage) booleanBatchRemoteBambooMessage.shouldStartNewBatch(@NotNull BambooAgentMessage bambooAgentMessage) booleanLogMessageBatch.shouldStartNewBatch(@NotNull BambooAgentMessage bambooAgentMessage) -
Uses of BambooAgentMessage in com.atlassian.bamboo.v2.build.agent.messages.toagent
Classes in com.atlassian.bamboo.v2.build.agent.messages.toagent that implement BambooAgentMessageModifier and TypeClassDescriptionclassA message sent to the agent to notify it that logs for a given build should be streamed. -
Uses of BambooAgentMessage in com.atlassian.bamboo.v2.build.agent.messages.toserver
Classes in com.atlassian.bamboo.v2.build.agent.messages.toserver that implement BambooAgentMessageModifier and TypeClassDescriptionclassclassclassMethods in com.atlassian.bamboo.v2.build.agent.messages.toserver that return BambooAgentMessage -
Uses of BambooAgentMessage in com.atlassian.bamboo.v2.build.agent.remote.sender
Methods in com.atlassian.bamboo.v2.build.agent.remote.sender with parameters of type BambooAgentMessageModifier and TypeMethodDescription@Nullable ObjectBambooAgentMessageSender.send(@NotNull BambooAgentMessage message) Sends aBambooAgentMessage, and any others that have been submitted but not yet sent, to the server immediately.@Nullable ObjectBatchedMessageSender.send(@NotNull BambooAgentMessage message) @Nullable ObjectJmsTemplateMessageSender.send(@NotNull BambooAgentMessage bambooAgentMessage) voidBambooAgentMessageSender.submit(@NotNull BambooAgentMessage message) Submits aBambooAgentMessageto be sent to the server when convenient.voidBatchedMessageSender.submit(@NotNull BambooAgentMessage message) voidJmsTemplateMessageSender.submit(@NotNull BambooAgentMessage message)