public class Pipe extends Object
| Constructor and Description |
|---|
Pipe(InputStream is,
OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
static Pipe |
createRemoteToLocal(hudson.Launcher launcher) |
InputStream |
getIn() |
OutputStream |
getOut() |
public Pipe(InputStream is, OutputStream os)
public InputStream getIn()
public OutputStream getOut()
public static Pipe createRemoteToLocal(hudson.Launcher launcher) throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.