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
IOExceptionpublic PrintStream getLogger()
getLogger in interface hudson.model.TaskListenerpublic PrintWriter error(String msg)
error in interface hudson.model.TaskListenerpublic PrintWriter error(String format, Object... args)
error in interface hudson.model.TaskListenerpublic PrintWriter fatalError(String msg)
fatalError in interface hudson.model.TaskListenerpublic PrintWriter fatalError(String format, Object... args)
fatalError in interface hudson.model.TaskListenerpublic void annotate(hudson.console.ConsoleNote ann)
throws IOException
annotate in interface hudson.model.TaskListenerIOExceptionpublic void hyperlink(String url, String text) throws IOException
hyperlink in interface hudson.model.TaskListenerIOExceptionCopyright © 2016. All rights reserved.