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 TypeClassDescriptionclass
Message carrying SHAs of git caches to be deleted.class
Message 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 TypeInterfaceDescriptioninterface
This interface should be implemented by all messages that require additional (i.e. besides fingerprint) authentication upon reception.interface
interface
A marker interface forBambooAgentMessage
s 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
ARemoteBambooMessage
that contains aList
of messages to be delivered in one goclass
class
class
class
class
class
class
This class exists in order to stream the content of message directly to logger, without deserialising it first.class
class
class
class
class
Methods in com.atlassian.bamboo.v2.build.agent.messages with parameters of type BambooAgentMessageModifier and TypeMethodDescriptionvoid
BatchRemoteBambooMessage.add
(@NotNull BambooAgentMessage bambooAgentMessage) boolean
BambooAgentMessageBatch.BatchFactory.canBatch
(@NotNull BambooAgentMessage bambooAgentMessage) boolean
BambooAgentMessageBatch.shouldStartNewBatch
(@NotNull BambooAgentMessage bambooAgentMessage) boolean
BatchRemoteBambooMessage.shouldStartNewBatch
(@NotNull BambooAgentMessage bambooAgentMessage) boolean
LogMessageBatch.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 TypeClassDescriptionclass
class
A 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 TypeClassDescriptionclass
class
class
class
Methods 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 Object
BambooAgentMessageSender.send
(@NotNull BambooAgentMessage message) Sends aBambooAgentMessage
, and any others that have been submitted but not yet sent, to the server immediately.@Nullable Object
BatchedMessageSender.send
(@NotNull BambooAgentMessage message) @Nullable Object
JmsTemplateMessageSender.send
(@NotNull BambooAgentMessage bambooAgentMessage) void
BambooAgentMessageSender.submit
(@NotNull BambooAgentMessage message) Submits aBambooAgentMessage
to be sent to the server when convenient.void
BatchedMessageSender.submit
(@NotNull BambooAgentMessage message) void
JmsTemplateMessageSender.submit
(@NotNull BambooAgentMessage message)