com.atlassian.bamboo.v2.build.agent.messages.toserver
Class ShellProcessLogMessage

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

public class ShellProcessLogMessage
extends AbstractBambooAgentMessage

See Also:
Serialized Form

Constructor Summary
ShellProcessLogMessage(long sessionId, com.atlassian.bamboo.v2.build.agent.messages.toserver.ShellProcessLogMessage.StreamType streamType, String data)
           
 
Method Summary
 Object deliver()
          Delivers the message to the appropriate object in the local virtual machine.
static BambooAgentMessage stdErr(long sessionId, String input)
           
static BambooAgentMessage stdOut(long sessionId, String input)
           
 
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

ShellProcessLogMessage

public ShellProcessLogMessage(long sessionId,
                              com.atlassian.bamboo.v2.build.agent.messages.toserver.ShellProcessLogMessage.StreamType streamType,
                              String data)
Method Detail

deliver

@Nullable
public Object deliver()
Description copied from interface: BambooAgentMessage
Delivers the message to the appropriate object in the local virtual machine.

Returns:
an optional reply to message (including error-reporting messages)

stdErr

public static BambooAgentMessage stdErr(long sessionId,
                                        String input)

stdOut

public static BambooAgentMessage stdOut(long sessionId,
                                        String input)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.