public class DockerMachineSetup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DockerMachineSetup.DockerMachineResult |
Constructor and Description |
---|
DockerMachineSetup() |
Modifier and Type | Method and Description |
---|---|
static DockerMachineSetup.DockerMachineResult |
dockerMachineCommand(hudson.Launcher launcher,
hudson.model.TaskListener listener,
String... cmd) |
static void |
panic(String format,
Object... args) |
static Map<String,String> |
startDockerMachine(String dmName,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
int expiryDays) |
public static DockerMachineSetup.DockerMachineResult dockerMachineCommand(hudson.Launcher launcher, hudson.model.TaskListener listener, String... cmd) throws IOException, InterruptedException
IOException
InterruptedException
public static void panic(String format, Object... args) throws hudson.AbortException
hudson.AbortException
public static Map<String,String> startDockerMachine(String dmName, hudson.Launcher launcher, hudson.model.TaskListener listener, int expiryDays) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2017. All rights reserved.