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

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

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

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type BambooAgentMessage
 void AgentCommandSender.send(BambooAgentMessage message, java.lang.Long buildAgentId)
           
 void AgentCommandSenderImpl.send(BambooAgentMessage message, java.lang.Long buildAgentId)
           
 

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 BambooAgentMessageSegment
           
 class CancelBuildOnAgentMessage
           
 class ClearBuildLog
           
 class CreateError
           
 class ProcessBuildResult
           
 class PublishArtifacts
           
 class SetBuildFinish
           
 class SetBuildRunningOnAgent
           
 class SetBuildStart
           
 class StartStreamingBuildLogs
          Instruct the server to start streaming the logs for this build
 class StopStreamingBuildLogs
          Instruct the server to stop streaming the logs for this build.
 

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

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type BambooAgentMessage
 void BambooAgentMessageSenderStrategy.send(BambooAgentMessage message)
          Fires the Bamboo message to the default destination
 void JmsTemplateStrategy.send(BambooAgentMessage message)
           
protected  void BambooAgentMessageSenderImpl.send(BambooAgentMessage message)
           
 void ActiveMQStreamStrategy.send(BambooAgentMessage message)
           
 void SegmentedMessageStrategy.send(BambooAgentMessage message)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.