Package | Description |
---|---|
hudson.plugins.ec2 |
Modifier and Type | Class and Description |
---|---|
class |
EC2OndemandSlave
Slave running on EC2.
|
class |
EC2SpotSlave |
Modifier and Type | Method and Description |
---|---|
EC2AbstractSlave |
SlaveTemplate.attach(String instanceId,
hudson.model.TaskListener listener)
Provisions a new EC2 slave based on the currently running instance on EC2, instead of starting a new one.
|
EC2AbstractSlave |
EC2Computer.getNode() |
EC2AbstractSlave |
SlaveTemplate.provision(hudson.model.TaskListener listener,
EnumSet<hudson.plugins.ec2.SlaveTemplate.ProvisionOptions> provisionOptions)
Provisions a new EC2 slave or starts a previously stopped on-demand instance.
|
Constructor and Description |
---|
EC2Computer(EC2AbstractSlave slave) |
Copyright © 2004-2016. All Rights Reserved.