Uses of Class
hudson.model.TaskThread.ListenerAndText
Packages that use TaskThread.ListenerAndText
-
Uses of TaskThread.ListenerAndText in hudson.model
Methods in hudson.model that return TaskThread.ListenerAndTextModifier 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.Constructors in hudson.model with parameters of type TaskThread.ListenerAndTextModifierConstructorDescriptionprotected
TaskThread
(TaskAction owner, TaskThread.ListenerAndText output)
forFile(File, TaskAction)
and pass in the callingTaskAction