public class SoutTaskListener extends Object implements hudson.model.TaskListener
| Modifier and Type | Field and Description |
|---|---|
static SoutTaskListener |
INSTANCE |
| Constructor and Description |
|---|
SoutTaskListener() |
| 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) |
public static final SoutTaskListener INSTANCE
public PrintStream getLogger()
getLogger 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.TaskListenerIOExceptionpublic 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.TaskListenerCopyright © 2016–2018. All rights reserved.