hudson.util
Class AbstractTaskListener

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface hudson.model.TaskListener
NULL
 
Constructor Summary
AbstractTaskListener()
           
 
Method Summary
 void hyperlink(String url, String text)
          Places a HyperlinkNote on the given text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.TaskListener
annotate, error, error, fatalError, fatalError, getLogger
 

Constructor Detail

AbstractTaskListener

public AbstractTaskListener()
Method Detail

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.