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
           
 

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 produced on 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 BatchRemoteBambooMessage
          A RemoteBambooMessage that contains a List of messages to be dlivered in one go
 class CancelBuildOnAgentMessage
           
 class ClearBuildLog
           
 class CreateElasticError
           
 class CreateError
           
 class ProcessBuildResult
           
 class PublishArtifacts
           
 class SetBuildFinish
           
 class SetBuildRunningOnAgent
           
 class SetBuildStart
           
 class SetBuildStopAcknowledge
           
 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
 void JmsTemplateMessageSender.send(BambooAgentMessage message)
           
 void HttpMessageSender.send(BambooAgentMessage message)
           
 void BatchedMessageSender.send(BambooAgentMessage message)
           
 void 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 © 2010 Atlassian. All Rights Reserved.