Uses of Class
hudson.model.TaskThread.ListenerAndText
-
Packages that use TaskThread.ListenerAndText Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of TaskThread.ListenerAndText in hudson.model
Methods in hudson.model that return TaskThread.ListenerAndText Modifier and Type Method Description protected TaskThread.ListenerAndText
TaskThread. createListener()
Determines where the output of thisTaskThread
goes.static TaskThread.ListenerAndText
TaskThread.ListenerAndText. forFile(File f)
Deprecated.as of Hudson 1.350 UseforFile(File, TaskAction)
and pass in the callingTaskAction
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.ListenerAndText Constructor Description TaskThread(TaskAction owner, TaskThread.ListenerAndText output)
-