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, toString
public DockerDecoratedLauncher(DockerImageSelector selector, hudson.Launcher launcher, BuiltInContainer runInContainer, hudson.model.AbstractBuild build, String userId) throws IOException, InterruptedException
IOException
InterruptedException
public hudson.Proc launch(String[] cmd, boolean[] mask, String[] env, InputStream in, OutputStream out, hudson.FilePath workDir) throws IOException
launch
in class hudson.Launcher.DecoratedLauncher
IOException
public hudson.Proc launch(hudson.Launcher.ProcStarter starter) throws IOException
launch
in class hudson.Launcher.DecoratedLauncher
IOException
Copyright © 2016–2018. All rights reserved.