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.ssh
Methods in hudson.plugins.ec2.ssh with parameters of type SlaveTemplateModifier and TypeMethodDescriptionprotected boolean
EC2SSHLauncher.bootstrap
(EC2Computer computer, TaskListener listener, SlaveTemplate template) protected org.apache.sshd.client.session.ClientSession
EC2SSHLauncher.connectToSsh
(org.apache.sshd.client.SshClient client, EC2Computer computer, TaskListener listener, SlaveTemplate template) protected static String
EC2SSHLauncher.getEC2HostAddress
(EC2Computer computer, SlaveTemplate template) protected void
EC2SSHLauncher.launchRemotingAgent
(EC2Computer computer, TaskListener listener, String launchString, SlaveTemplate template, long timeout, PrintStream logger) -
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)