public class DockerDecoratedLauncher
extends hudson.Launcher.DecoratedLauncher
| Constructor and Description |
|---|
DockerDecoratedLauncher(DockerImageSelector selector,
hudson.Launcher launcher,
BuiltInContainer runInContainer,
hudson.model.AbstractBuild build,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
hudson.Proc |
launch(hudson.Launcher.ProcStarter starter) |
hudson.Proc |
launch(String[] cmd,
boolean[] mask,
String[] env,
InputStream in,
OutputStream out,
hudson.FilePath workDir) |
getChannel, getComputer, getInner, getListener, isUnix, kill, launch, launchChannel, toStringpublic DockerDecoratedLauncher(DockerImageSelector selector, hudson.Launcher launcher, BuiltInContainer runInContainer, hudson.model.AbstractBuild build, String userId) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic hudson.Proc launch(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out, hudson.FilePath workDir) throws IOException
launch in class hudson.Launcher.DecoratedLauncherIOExceptionpublic hudson.Proc launch(hudson.Launcher.ProcStarter starter)
throws IOException
launch in class hudson.Launcher.DecoratedLauncherIOExceptionCopyright © 2016–2018. All rights reserved.