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