public class StreamToBuildLoggerOutputHandler
extends com.atlassian.utils.process.BaseOutputHandler
Modifier and Type | Field and Description |
---|---|
protected BuildLogger |
buildLogger |
protected ResultKey |
resultKey |
Constructor and Description |
---|
StreamToBuildLoggerOutputHandler(BuildLogger buildLogger,
ResultKey resultKey) |
StreamToBuildLoggerOutputHandler(BuildLogger buildLogger,
ResultKey resultKey,
boolean filterDownloadStatusMessages) |
Modifier and Type | Method and Description |
---|---|
protected void |
log(String line) |
void |
process(InputStream inputStream) |
protected final BuildLogger buildLogger
protected final ResultKey resultKey
public StreamToBuildLoggerOutputHandler(BuildLogger buildLogger, ResultKey resultKey)
public StreamToBuildLoggerOutputHandler(BuildLogger buildLogger, ResultKey resultKey, boolean filterDownloadStatusMessages)
public void process(InputStream inputStream) throws com.atlassian.utils.process.ProcessException
com.atlassian.utils.process.ProcessException
protected void log(@NotNull String line)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.