Package | Description |
---|---|
hudson.plugins.ec2 | |
hudson.plugins.ec2.ssh | |
hudson.plugins.ec2.win |
Modifier and Type | Method and Description |
---|---|
long |
EC2RetentionStrategy.check(EC2Computer c) |
protected abstract void |
EC2ComputerLauncher.launch(EC2Computer computer,
hudson.model.TaskListener listener,
com.amazonaws.services.ec2.model.Instance inst)
Stage 2 of the launch.
|
void |
EC2RetentionStrategy.start(EC2Computer c)
Try to connect to it ASAP.
|
Constructor and Description |
---|
EC2AbstractSlave(String name,
String instanceId,
String description,
String remoteFS,
int numExecutors,
hudson.model.Node.Mode mode,
String labelString,
hudson.slaves.ComputerLauncher launcher,
hudson.slaves.RetentionStrategy<EC2Computer> retentionStrategy,
String initScript,
String tmpDir,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties,
String remoteAdmin,
String jvmopts,
boolean stopOnTerminate,
String idleTerminationMinutes,
List<EC2Tag> tags,
String cloudName,
boolean usePrivateDnsName,
boolean useDedicatedTenancy,
int launchTimeout,
AMITypeData amiType) |
Modifier and Type | Method and Description |
---|---|
protected String |
EC2UnixLauncher.buildUpCommand(EC2Computer computer,
String command) |
protected void |
EC2UnixLauncher.launch(EC2Computer computer,
hudson.model.TaskListener listener,
com.amazonaws.services.ec2.model.Instance inst) |
protected void |
EC2UnixLauncher.log(Level level,
EC2Computer computer,
hudson.model.TaskListener listener,
String message) |
protected void |
EC2UnixLauncher.logException(EC2Computer computer,
hudson.model.TaskListener listener,
String message,
Throwable exception) |
protected void |
EC2UnixLauncher.logInfo(EC2Computer computer,
hudson.model.TaskListener listener,
String message) |
protected void |
EC2UnixLauncher.logWarning(EC2Computer computer,
hudson.model.TaskListener listener,
String message) |
Modifier and Type | Method and Description |
---|---|
protected void |
EC2WindowsLauncher.launch(EC2Computer computer,
hudson.model.TaskListener listener,
com.amazonaws.services.ec2.model.Instance inst) |
Copyright © 2004-2016. All Rights Reserved.