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 |
|---|---|
@Nullable 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) |
getComponentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldBeSentDuringHeartAttackpublic ShellProcessLogMessage(long sessionId,
com.atlassian.bamboo.v2.build.agent.messages.toserver.ShellProcessLogMessage.StreamType streamType,
String data)
@Nullable public @Nullable Object deliver()
BambooAgentMessagepublic static BambooAgentMessage stdErr(long sessionId, String input)
public static BambooAgentMessage stdOut(long sessionId, String input)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.