public class FakeTaskListener extends Object implements hudson.model.TaskListener
Modifier and Type | Field and Description |
---|---|
static FakeTaskListener |
INSTANCE |
Constructor and Description |
---|
FakeTaskListener() |
Modifier and Type | Method and Description |
---|---|
void |
annotate(hudson.console.ConsoleNote consoleNote) |
PrintWriter |
error(String s) |
PrintWriter |
error(String s,
Object... objects) |
PrintWriter |
fatalError(String s) |
PrintWriter |
fatalError(String s,
Object... objects) |
PrintStream |
getLogger() |
void |
hyperlink(String s,
String s1) |
public static final FakeTaskListener INSTANCE
public PrintStream getLogger()
getLogger
in interface hudson.model.TaskListener
public void annotate(hudson.console.ConsoleNote consoleNote) throws IOException
annotate
in interface hudson.model.TaskListener
IOException
public void hyperlink(String s, String s1) throws IOException
hyperlink
in interface hudson.model.TaskListener
IOException
public PrintWriter error(String s)
error
in interface hudson.model.TaskListener
public PrintWriter error(String s, Object... objects)
error
in interface hudson.model.TaskListener
public PrintWriter fatalError(String s)
fatalError
in interface hudson.model.TaskListener
public PrintWriter fatalError(String s, Object... objects)
fatalError
in interface hudson.model.TaskListener
Copyright © 2018–2024. All rights reserved.