Package | Description |
---|---|
hudson.plugins.ec2 |
Modifier and Type | Method and Description |
---|---|
static SlaveTemplate.ProvisionOptions |
SlaveTemplate.ProvisionOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlaveTemplate.ProvisionOptions[] |
SlaveTemplate.ProvisionOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<EC2AbstractSlave> |
SlaveTemplate.provision(int number,
EnumSet<SlaveTemplate.ProvisionOptions> provisionOptions)
Provisions a new EC2 slave or starts a previously stopped on-demand instance.
|
Copyright © 2016–2019. All rights reserved.