com.atlassian.bamboo.v2.build.agent.messages
Class StopStreamingBuildLogs

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
      extended by com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildLoggerMessage
          extended by com.atlassian.bamboo.v2.build.agent.messages.StopStreamingBuildLogs
All Implemented Interfaces:
BambooAgentMessage, java.io.Serializable

public class StopStreamingBuildLogs
extends AbstractBuildLoggerMessage

Instruct the server to stop streaming the logs for this build.

See Also:
Serialized Form

Constructor Summary
StopStreamingBuildLogs(LoggerId<? extends java.io.Serializable> loggerId)
           
StopStreamingBuildLogs(java.lang.String buildPlanKey)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBuildLoggerMessage
deliver, getLoggerId
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopStreamingBuildLogs

@Deprecated
public StopStreamingBuildLogs(java.lang.String buildPlanKey)
Deprecated. 


StopStreamingBuildLogs

public StopStreamingBuildLogs(LoggerId<? extends java.io.Serializable> loggerId)


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