public class ShellProcessLogMessage extends AbstractBambooAgentMessage
Constructor and Description |
---|
ShellProcessLogMessage(long sessionId,
com.atlassian.bamboo.v2.build.agent.messages.toserver.ShellProcessLogMessage.StreamType streamType,
String data) |
Modifier and Type | Method and Description |
---|---|
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) |
getComponent
public ShellProcessLogMessage(long sessionId, com.atlassian.bamboo.v2.build.agent.messages.toserver.ShellProcessLogMessage.StreamType streamType, String data)
@Nullable public Object deliver()
BambooAgentMessage
public static BambooAgentMessage stdErr(long sessionId, String input)
public static BambooAgentMessage stdOut(long sessionId, String input)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.