Package hudson.model
Class TaskThread.ListenerAndText
java.lang.Object
hudson.model.TaskThread.ListenerAndText
- Enclosing class:
- TaskThread
Tuple of
TaskListener
and AnnotatedLargeText
, representing
the interface for producing output and how to retrieve it later.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TaskThread.ListenerAndText
Deprecated.static TaskThread.ListenerAndText
forFile
(File f, TaskAction context) Creates one that's backed by a file.static TaskThread.ListenerAndText
Deprecated.as of Hudson 1.350 UseforMemory(TaskAction)
and pass in the callingTaskAction
static TaskThread.ListenerAndText
forMemory
(TaskAction context) Creates one that's backed by memory.
-
Constructor Details
-
ListenerAndText
-
-
Method Details
-
forMemory
Deprecated.as of Hudson 1.350 UseforMemory(TaskAction)
and pass in the callingTaskAction
-
forFile
Deprecated.as of Hudson 1.350 UseforFile(File, TaskAction)
and pass in the callingTaskAction
- Throws:
IOException
-
forMemory
Creates one that's backed by memory. -
forFile
Creates one that's backed by a file.- Throws:
IOException
-
forFile(File, TaskAction)
and pass in the callingTaskAction