public class ComputeEngineLinuxLauncher extends ComputeEngineComputerLauncher
| Modifier and Type | Field and Description |
|---|---|
static String |
SSH_METADATA_KEY |
static Integer |
SSH_PORT |
static Integer |
SSH_TIMEOUT |
boolean |
useInternalAddress |
| Constructor and Description |
|---|
ComputeEngineLinuxLauncher(String cloudName,
com.google.api.services.compute.model.Operation insertOperation,
boolean useInternalAddress) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
launch(ComputeEngineComputer computer,
hudson.model.TaskListener listener,
com.google.api.services.compute.model.Instance inst) |
protected void |
log(Level level,
ComputeEngineComputer computer,
hudson.model.TaskListener listener,
String message) |
protected void |
logException(ComputeEngineComputer computer,
hudson.model.TaskListener listener,
String message,
Throwable exception) |
protected void |
logInfo(ComputeEngineComputer computer,
hudson.model.TaskListener listener,
String message) |
protected void |
logWarning(ComputeEngineComputer computer,
hudson.model.TaskListener listener,
String message) |
launch, log, logpublic final boolean useInternalAddress
public static final String SSH_METADATA_KEY
public static final Integer SSH_PORT
public static final Integer SSH_TIMEOUT
public ComputeEngineLinuxLauncher(String cloudName, com.google.api.services.compute.model.Operation insertOperation, boolean useInternalAddress)
protected void log(Level level, ComputeEngineComputer computer, hudson.model.TaskListener listener, String message)
protected void logException(ComputeEngineComputer computer, hudson.model.TaskListener listener, String message, Throwable exception)
protected void logInfo(ComputeEngineComputer computer, hudson.model.TaskListener listener, String message)
protected void logWarning(ComputeEngineComputer computer, hudson.model.TaskListener listener, String message)
protected void launch(ComputeEngineComputer computer, hudson.model.TaskListener listener, com.google.api.services.compute.model.Instance inst) throws IOException, InterruptedException
launch in class ComputeEngineComputerLauncherIOExceptionInterruptedExceptionCopyright © 2016–2018 Google. All rights reserved.