Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Method and Description |
---|---|
protected TaskThread.ListenerAndText |
TaskThread.createListener()
Determines where the output of this
TaskThread goes. |
static TaskThread.ListenerAndText |
TaskThread.ListenerAndText.forFile(File f)
Deprecated.
as of Hudson 1.350
Use
forFile(File, TaskAction) and pass in the calling TaskAction |
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
Use
forMemory(TaskAction) and pass in the calling TaskAction |
static TaskThread.ListenerAndText |
TaskThread.ListenerAndText.forMemory(TaskAction context)
Creates one that's backed by memory.
|
Constructor and Description |
---|
TaskThread(TaskAction owner,
TaskThread.ListenerAndText output) |
Copyright © 2018. All rights reserved.