Uses of Enum Class
hudson.plugins.ec2.SlaveTemplate.ProvisionOptions
Packages that use SlaveTemplate.ProvisionOptions
-
Uses of SlaveTemplate.ProvisionOptions in hudson.plugins.ec2
Methods in hudson.plugins.ec2 that return SlaveTemplate.ProvisionOptionsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SlaveTemplate.ProvisionOptions[]
SlaveTemplate.ProvisionOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in hudson.plugins.ec2 with type arguments of type SlaveTemplate.ProvisionOptionsModifier and TypeMethodDescriptionSlaveTemplate.provision
(int number, EnumSet<SlaveTemplate.ProvisionOptions> provisionOptions) Provisions a new EC2 agent or starts a previously stopped on-demand instance.