|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.TaskThread.ListenerAndText
public static final class TaskThread.ListenerAndText
Tuple of TaskListener
and AnnotatedLargeText
, representing
the interface for producing output and how to retrieve it later.
Constructor Summary | |
---|---|
TaskThread.ListenerAndText(TaskListener listener,
AnnotatedLargeText<TaskAction> text)
|
Method Summary | |
---|---|
static TaskThread.ListenerAndText |
forFile(File f)
Deprecated. as of Hudson 1.350 Use #forFile(File, TaskThread) and pass in the calling TaskAction |
static TaskThread.ListenerAndText |
forFile(File f,
TaskAction context)
Creates one that's backed by a file. |
static TaskThread.ListenerAndText |
forMemory()
Deprecated. as of Hudson 1.350 Use #forMemory(TaskThread) and pass in the calling TaskAction |
static TaskThread.ListenerAndText |
forMemory(TaskAction context)
Creates one that's backed by memory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskThread.ListenerAndText(TaskListener listener, AnnotatedLargeText<TaskAction> text)
Method Detail |
---|
public static TaskThread.ListenerAndText forMemory()
#forMemory(TaskThread)
and pass in the calling TaskAction
public static TaskThread.ListenerAndText forFile(File f) throws IOException
#forFile(File, TaskThread)
and pass in the calling TaskAction
IOException
public static TaskThread.ListenerAndText forMemory(TaskAction context)
public static TaskThread.ListenerAndText forFile(File f, TaskAction context) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |