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.TaskListenerpublic void annotate(hudson.console.ConsoleNote consoleNote)
              throws IOException
annotate in interface hudson.model.TaskListenerIOExceptionpublic void hyperlink(String s, String s1) throws IOException
hyperlink in interface hudson.model.TaskListenerIOExceptionpublic PrintWriter error(String s)
error in interface hudson.model.TaskListenerpublic PrintWriter error(String s, Object... objects)
error in interface hudson.model.TaskListenerpublic PrintWriter fatalError(String s)
fatalError in interface hudson.model.TaskListenerpublic PrintWriter fatalError(String s, Object... objects)
fatalError in interface hudson.model.TaskListenerCopyright © 2018–2025. All rights reserved.