Uses of Interface
com.atlassian.bamboo.v2.build.agent.remote.sender.BambooAgentMessageSender
Packages that use BambooAgentMessageSender
Package
Description
-
Uses of BambooAgentMessageSender in com.atlassian.bamboo.v2.build.agent.remote
Constructors in com.atlassian.bamboo.v2.build.agent.remote with parameters of type BambooAgentMessageSenderModifierConstructorDescriptionRemoteBuildLogger(File logFile, LoggerId<? extends Key> loggerId, BambooAgentMessageSender sender, ExpiryTicker expiryTicker, BuildHangingConfig buildHangingConfig) RemoteErrorUpdateHandler(AgentContext agentContext, BambooAgentMessageSender sender) RemoteExecutionPhaseServiceImpl(BambooAgentMessageSender sender, TimingPointService timingPointService) RemoteResultProcessor(BambooAgentMessageSender buildTailMessageSender, BambooAgentMessageSender heartbeatQueueSendStrategy) RemoteTimingPointServiceImpl(BambooAgentMessageSender serverQueueSender, BambooAgentMessageSender buildTailMessageSender) -
Uses of BambooAgentMessageSender in com.atlassian.bamboo.v2.build.agent.remote.heartbeat
Methods in com.atlassian.bamboo.v2.build.agent.remote.heartbeat with parameters of type BambooAgentMessageSenderModifier and TypeMethodDescriptionvoidAgentHeartBeatJob.setHeartbeatQueueSendStrategy(BambooAgentMessageSender heartbeatQueueSendStrategy) -
Uses of BambooAgentMessageSender in com.atlassian.bamboo.v2.build.agent.remote.sender
Classes in com.atlassian.bamboo.v2.build.agent.remote.sender that implement BambooAgentMessageSenderModifier and TypeClassDescriptionclassA sender strategy that batches the messages up in a queue and periodically flushes the queue.classConstructors in com.atlassian.bamboo.v2.build.agent.remote.sender with parameters of type BambooAgentMessageSenderModifierConstructorDescriptionBatchedMessageSender(BambooAgentMessageSender delegate, HomeDirectoryLayout homeDirectoryLayout, ObjectSerialiserDispatcher objectSerialiserDispatcher)