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
 

Subinterfaces of BambooAgentMessage in com.atlassian.bamboo.v2.build.agent.messages
 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 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 CancelBuildOnAgentMessage
           
 class ClearBuildLog
           
 class CreateElasticError
           
 class CreateError
           
 class ErrorReplyMessage
           
 class ProcessBuildResult
           
 class SetBuildFinish
           
 class SetBuildRunningOnAgent
           
 class SetBuildStart
           
 class SetBuildStopAcknowledge
           
 class StartStreamingBuildLogs
           
 class StopAgentNicelyMessage
           
 class StopStreamingBuildLogs
          Instruct the server to stop streaming the logs for this build.
 class UpdateHeartbeatMessage
           
 

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

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

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 message)
           
 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 © 2012 Atlassian. All Rights Reserved.