public class BufferedTeeTaskListener extends Object implements hudson.model.TaskListener
Constructor and Description |
---|
BufferedTeeTaskListener(hudson.model.TaskListener delegate,
File deferredFile) |
Modifier and Type | Method and Description |
---|---|
void |
annotate(hudson.console.ConsoleNote ann) |
PrintWriter |
error(String msg) |
PrintWriter |
error(String format,
Object... args) |
PrintWriter |
fatalError(String msg) |
PrintWriter |
fatalError(String format,
Object... args) |
PrintStream |
getLogger() |
void |
hyperlink(String url,
String text) |
void |
setSideOutputStream(OutputStream os) |
public BufferedTeeTaskListener(hudson.model.TaskListener delegate, File deferredFile)
public void setSideOutputStream(OutputStream os) throws IOException
IOException
public PrintStream getLogger()
getLogger
in interface hudson.model.TaskListener
public PrintWriter error(String msg)
error
in interface hudson.model.TaskListener
public PrintWriter error(String format, Object... args)
error
in interface hudson.model.TaskListener
public PrintWriter fatalError(String msg)
fatalError
in interface hudson.model.TaskListener
public PrintWriter fatalError(String format, Object... args)
fatalError
in interface hudson.model.TaskListener
public void annotate(hudson.console.ConsoleNote ann) throws IOException
annotate
in interface hudson.model.TaskListener
IOException
public void hyperlink(String url, String text) throws IOException
hyperlink
in interface hudson.model.TaskListener
IOException
Copyright © 2016. All rights reserved.