Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.slaves |
Code related to slaves.
|
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Class and Description |
---|---|
class |
StreamBuildListener
BuildListener that writes to an OutputStream . |
Modifier and Type | Method and Description |
---|---|
protected StreamTaskListener |
AsyncAperiodicWork.createListener() |
protected StreamTaskListener |
AsyncPeriodicWork.createListener() |
Modifier and Type | Method and Description |
---|---|
void |
ComputerLauncher.afterDisconnect(SlaveComputer computer,
StreamTaskListener listener)
Deprecated.
as of 1.304
Use
ComputerLauncher.afterDisconnect(SlaveComputer, TaskListener) |
void |
ComputerLauncher.beforeDisconnect(SlaveComputer computer,
StreamTaskListener listener)
Deprecated.
as of 1.304
Use
ComputerLauncher.beforeDisconnect(SlaveComputer, TaskListener) |
void |
ComputerLauncher.launch(SlaveComputer computer,
StreamTaskListener listener)
Deprecated.
as of 1.304
Use
ComputerLauncher.launch(SlaveComputer, TaskListener) |
Modifier and Type | Method and Description |
---|---|
static StreamTaskListener |
StreamTaskListener.fromStderr() |
static StreamTaskListener |
StreamTaskListener.fromStdout() |
Copyright © 2018. All rights reserved.