Uses of Class
hudson.plugins.ec2.SlaveTemplate
Packages that use SlaveTemplate
-
Uses of SlaveTemplate in hudson.plugins.ec2
Methods in hudson.plugins.ec2 that return SlaveTemplateModifier and TypeMethodDescriptionEC2Computer.getSlaveTemplate()
EC2Cloud.getTemplate
(Label label) Deprecated.EC2Cloud.getTemplate
(String template) Methods in hudson.plugins.ec2 that return types with arguments of type SlaveTemplateModifier and TypeMethodDescriptionSlaveTemplate.getDescriptor()
EC2Cloud.getTemplates()
EC2Cloud.getTemplates
(Label label) Gets list ofSlaveTemplate
that matchesLabel
.Methods in hudson.plugins.ec2 with parameters of type SlaveTemplateModifier and TypeMethodDescriptionvoid
EC2Cloud.addTemplate
(SlaveTemplate newTemplate) void
EC2Cloud.provision
(SlaveTemplate t, int number) void
EC2Cloud.updateTemplate
(SlaveTemplate newTemplate, String oldTemplateDescription) Constructor parameters in hudson.plugins.ec2 with type arguments of type SlaveTemplateModifierConstructorDescriptionAmazonEC2Cloud
(String name, boolean useInstanceProfileForCredentials, String credentialsId, String region, String privateKey, String sshKeysCredentialsId, String instanceCapStr, List<? extends SlaveTemplate> templates, String roleArn, String roleSessionName) Deprecated.AmazonEC2Cloud
(String name, boolean useInstanceProfileForCredentials, String credentialsId, String region, String privateKey, String instanceCapStr, List<? extends SlaveTemplate> templates, String roleArn, String roleSessionName) Deprecated.EC2Cloud
(String name, boolean useInstanceProfileForCredentials, String credentialsId, String region, String privateKey, String sshKeysCredentialsId, String instanceCapStr, List<? extends SlaveTemplate> templates, String roleArn, String roleSessionName) EC2Cloud
(String name, boolean useInstanceProfileForCredentials, String credentialsId, String region, String privateKey, String instanceCapStr, List<? extends SlaveTemplate> templates, String roleArn, String roleSessionName) Deprecated.protected
EC2Cloud
(String id, boolean useInstanceProfileForCredentials, String credentialsId, String privateKey, String instanceCapStr, List<? extends SlaveTemplate> templates, String roleArn, String roleSessionName) Deprecated. -
Uses of SlaveTemplate in hudson.plugins.ec2.util
Methods in hudson.plugins.ec2.util with parameters of type SlaveTemplateModifier and TypeMethodDescriptionstatic int
MinimumInstanceChecker.countCurrentNumberOfAgents
(SlaveTemplate agentTemplate) static int
MinimumInstanceChecker.countCurrentNumberOfProvisioningAgents
(SlaveTemplate agentTemplate) static int
MinimumInstanceChecker.countCurrentNumberOfSpareAgents
(SlaveTemplate agentTemplate) static int
MinimumInstanceChecker.countQueueItemsForAgentTemplate
(SlaveTemplate agentTemplate)