Uses of Class
hudson.model.TaskThread.ListenerAndText
-
Uses of TaskThread.ListenerAndText in hudson.model
Modifier and TypeMethodDescriptionprotected TaskThread.ListenerAndText
TaskThread.createListener()
Determines where the output of thisTaskThread
goes.static TaskThread.ListenerAndText
Deprecated.static TaskThread.ListenerAndText
TaskThread.ListenerAndText.forFile
(File f, TaskAction context) Creates one that's backed by a file.static TaskThread.ListenerAndText
TaskThread.ListenerAndText.forMemory()
Deprecated.as of Hudson 1.350 UseforMemory(TaskAction)
and pass in the callingTaskAction
static TaskThread.ListenerAndText
TaskThread.ListenerAndText.forMemory
(TaskAction context) Creates one that's backed by memory.ModifierConstructorDescriptionprotected
TaskThread
(TaskAction owner, TaskThread.ListenerAndText output)
forFile(File, TaskAction)
and pass in the callingTaskAction