public abstract class BuildStartEndListener extends Object implements hudson.model.BuildListener
| Constructor and Description |
|---|
BuildStartEndListener() |
| 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 void hyperlink(String url, String text) throws IOException
hyperlink in interface hudson.model.TaskListenerIOExceptionpublic void annotate(hudson.console.ConsoleNote ann)
throws IOException
annotate in interface hudson.model.TaskListenerIOExceptionpublic PrintStream getLogger()
getLogger in interface hudson.model.TaskListenerpublic PrintWriter fatalError(String format, Object... args)
fatalError in interface hudson.model.TaskListenerpublic PrintWriter fatalError(String msg)
fatalError in interface hudson.model.TaskListenerpublic PrintWriter error(String format, Object... args)
error in interface hudson.model.TaskListenerpublic PrintWriter error(String msg)
error in interface hudson.model.TaskListenerCopyright © 2004-2013. All Rights Reserved.