public class RemoteBuildLogger extends AbstractBuildLogger
expiryTicker| Constructor and Description |
|---|
RemoteBuildLogger(LoggerId<? extends Serializable> loggerId,
BambooAgentMessageSender sender) |
RemoteBuildLogger(String buildPlanKey,
BambooAgentMessageSender sender)
Deprecated.
since 5.0
|
| Modifier and Type | Method and Description |
|---|---|
String |
addBuildLogEntry(LogEntry logEntry) |
String |
addErrorLogEntry(LogEntry logEntry) |
void |
clearBuildLog() |
void |
onAddLogEntry(LogEntry logEntry) |
void |
stopStreamingBuildLogs() |
addBuildLogEntry, addBuildLogHeader, addErrorLogEntry, addErrorLogEntry, addErrorLogEntryInternal, addLogEntry, close, getBuildLog, getErrorLog, getInterceptorStack, getLastNLogEntries, getMutatorStack, getStringErrorLogs, getTimeOfLastLog, interceptAndMutate, interceptAndMutateError@Deprecated public RemoteBuildLogger(String buildPlanKey, BambooAgentMessageSender sender)
public RemoteBuildLogger(LoggerId<? extends Serializable> loggerId, BambooAgentMessageSender sender)
@NotNull public String addBuildLogEntry(@NotNull LogEntry logEntry)
addBuildLogEntry in interface BuildLoggeraddBuildLogEntry in class AbstractBuildLogger@NotNull public String addErrorLogEntry(@NotNull LogEntry logEntry)
addErrorLogEntry in interface BuildLoggeraddErrorLogEntry in class AbstractBuildLoggerpublic void onAddLogEntry(@NotNull
LogEntry logEntry)
onAddLogEntry in class AbstractBuildLoggerpublic void stopStreamingBuildLogs()
stopStreamingBuildLogs in interface BuildLoggerstopStreamingBuildLogs in class AbstractBuildLoggerpublic void clearBuildLog()
clearBuildLog in interface BuildLoggerclearBuildLog in class AbstractBuildLoggerCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.