hudson.util
Class AbstractTaskListener
java.lang.Object
hudson.util.AbstractTaskListener
- All Implemented Interfaces:
- TaskListener, Serializable
- Direct Known Subclasses:
- LogTaskListener, StreamTaskListener
public abstract class AbstractTaskListener
- extends Object
- implements TaskListener
Partial default implementation of TaskListener
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTaskListener
public AbstractTaskListener()
hyperlink
public void hyperlink(String url,
String text)
throws IOException
- Description copied from interface:
TaskListener
- Places a
HyperlinkNote
on the given text.
- Specified by:
hyperlink
in interface TaskListener
- Parameters:
url
- If this starts with '/', it's interpreted as a path within the context path.
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.