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 ofSlaveTemplatethat matchesLabel.Methods in hudson.plugins.ec2 with parameters of type SlaveTemplateModifier and TypeMethodDescriptionvoidEC2Cloud.addTemplate(SlaveTemplate newTemplate) voidEC2Cloud.provision(SlaveTemplate t, int number) voidEC2Cloud.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.protectedEC2Cloud(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 booleanEC2SSHLauncher.bootstrap(EC2Computer computer, TaskListener listener, SlaveTemplate template) protected org.apache.sshd.client.session.ClientSessionEC2SSHLauncher.connectToSsh(org.apache.sshd.client.SshClient client, EC2Computer computer, TaskListener listener, SlaveTemplate template) protected static StringEC2SSHLauncher.getEC2HostAddress(EC2Computer computer, SlaveTemplate template) protected voidEC2SSHLauncher.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 intMinimumInstanceChecker.countCurrentNumberOfAgents(SlaveTemplate agentTemplate) static intMinimumInstanceChecker.countCurrentNumberOfProvisioningAgents(SlaveTemplate agentTemplate) static intMinimumInstanceChecker.countCurrentNumberOfSpareAgents(SlaveTemplate agentTemplate) static intMinimumInstanceChecker.countQueueItemsForAgentTemplate(SlaveTemplate agentTemplate)