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.ListenerAndTextTaskThread.createListener()Determines where the output of thisTaskThreadgoes.static TaskThread.ListenerAndTextDeprecated.static TaskThread.ListenerAndTextTaskThread.ListenerAndText.forFile(File f, TaskAction context) Creates one that's backed by a file.static TaskThread.ListenerAndTextTaskThread.ListenerAndText.forMemory()Deprecated.as of Hudson 1.350 UseforMemory(TaskAction)and pass in the callingTaskActionstatic TaskThread.ListenerAndTextTaskThread.ListenerAndText.forMemory(TaskAction context) Creates one that's backed by memory.Constructors in hudson.model with parameters of type TaskThread.ListenerAndTextModifierConstructorDescriptionprotectedTaskThread(TaskAction owner, TaskThread.ListenerAndText output)
forFile(File, TaskAction)and pass in the callingTaskAction