Uses of Interface
com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage

Packages that use BambooAgentMessage
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.v2.build.agent.messages   
com.atlassian.bamboo.v2.build.agent.remote.sender   
 

Uses of BambooAgentMessage in com.atlassian.bamboo.plugins.hg
 

Classes in com.atlassian.bamboo.plugins.hg that implement BambooAgentMessage
 class DeleteHgCacheDirectoryOnAgentMessage
           
 class DeleteSpecifiedHgCacheDirectoriesOnAgentMessage
           
 class DeleteUnusedHgCacheDirectoriesOnAgentMessage
           
 

Uses of BambooAgentMessage in com.atlassian.bamboo.v2.build.agent.messages
 

Classes in com.atlassian.bamboo.v2.build.agent.messages with type parameters of type BambooAgentMessage
 interface BambooAgentMessageBatch<T extends BambooAgentMessage>
           
static interface BambooAgentMessageBatch.Descriptor<T extends BambooAgentMessage>
           
 

Subinterfaces of BambooAgentMessage in com.atlassian.bamboo.v2.build.agent.messages
 interface AuthenticableMessage
          This interface should be implemented by all messages that require additional (i.e.
 interface BambooAgentMessageBatch<T extends BambooAgentMessage>
           
 interface RemoteBambooMessage
          A marker interface for BambooAgentMessages 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 BambooAgentMessage
 class AbstractAddLogEntry
           
 class AbstractBambooAgentMessage
           
 class AbstractBuildExecutionUpdateManagerMessage
           
 class AbstractBuildLoggerMessage
           
 class AddBuildLogEntry
           
 class AddErrorLogEntry
           
 class ArtifactAckMessage
           
 class ArtifactPublishMessage
           
 class ArtifactRequestMessage
           
 class ArtifactTransferPayloadCarrierMessage
           
 class BatchRemoteBambooMessage
          A RemoteBambooMessage that contains a List of messages to be dlivered in one go
 class CancelExecutionAgentMessage
           
 class ClearBuildLog
           
 class CreateElasticError
           
 class CreateError
           
 class ErrorReplyMessage
           
 class LogMessageBatch
           
 class LogMessageStream
          This class exists in order to stream the content of message directly to logger, without deserialising it first.
 class ProcessResult
           
 class StartStreamingBuildLogs
          Deprecated. since 5.0 you don't need this message at all and never needed it
 class StopAgentNicelyMessage
           
 class StopStreamingBuildLogs
          Instruct the server to stop streaming the logs for this build.
 class TimingPointMessage
           
 class UpdateHeartbeatMessage
           
 class VersionArtifactRequestMessage
           
 

Methods in com.atlassian.bamboo.v2.build.agent.messages that return types with arguments of type BambooAgentMessage
static BambooAgentMessageBatch.Descriptor<BambooAgentMessage> BatchRemoteBambooMessage.descriptor()
           
 java.util.List<BambooAgentMessage> BatchRemoteBambooMessage.getMessages()
           
 

Methods in com.atlassian.bamboo.v2.build.agent.messages with parameters of type BambooAgentMessage
 void BatchRemoteBambooMessage.add(BambooAgentMessage bambooAgentMessage)
           
 boolean BambooAgentMessageBatch.Descriptor.canBatch(BambooAgentMessage bambooAgentMessage)
           
 boolean LogMessageBatch.shouldStartNewBatch(BambooAgentMessage bambooAgentMessage)
           
 boolean BatchRemoteBambooMessage.shouldStartNewBatch(BambooAgentMessage bambooAgentMessage)
           
 boolean BambooAgentMessageBatch.shouldStartNewBatch(BambooAgentMessage bambooAgentMessage)
           
 

Constructor parameters in com.atlassian.bamboo.v2.build.agent.messages with type arguments of type BambooAgentMessage
BatchRemoteBambooMessage(java.util.List<BambooAgentMessage> messages)
          Deprecated. 
 

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 BambooAgentMessage
 java.lang.Object JmsTemplateMessageSender.send(BambooAgentMessage bambooAgentMessage)
           
 java.lang.Object HttpMessageSender.send(BambooAgentMessage message)
           
 java.lang.Object BatchedMessageSender.send(BambooAgentMessage message)
           
 java.lang.Object BambooAgentMessageSender.send(BambooAgentMessage message)
          Sends a BambooAgentMessage, and any others that have been submitted but not yet sent, to the server immediately.
 void JmsTemplateMessageSender.submit(BambooAgentMessage message)
           
 void HttpMessageSender.submit(BambooAgentMessage message)
           
 void BatchedMessageSender.submit(BambooAgentMessage message)
           
 void BambooAgentMessageSender.submit(BambooAgentMessage message)
          Submits a BambooAgentMessage to be sent to the server when convenient.
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.