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.EC2Cloud.orderTemplatesForLabel(Label label, Collection<SlaveTemplate> matching) Resolves the order in which the templates matching a label are tried.Methods in hudson.plugins.ec2 with parameters of type SlaveTemplateModifier and TypeMethodDescriptionvoidEC2Cloud.addTemplate(SlaveTemplate newTemplate) intEC2Cloud.getAvailableCapacity(SlaveTemplate template) voidEC2Cloud.provision(SlaveTemplate t, int number) voidEC2Cloud.updateTemplate(SlaveTemplate newTemplate, String oldTemplateDescription) Method parameters in hudson.plugins.ec2 with type arguments of type SlaveTemplateModifier and TypeMethodDescriptionEC2Cloud.orderTemplatesForLabel(Label label, Collection<SlaveTemplate> matching) Resolves the order in which the templates matching a label are tried.intEC2Cloud.provisionAcrossGroup(List<SlaveTemplate> ordered, int number) Provisions up tonumberagents from an ordered group of templates and attaches them to Jenkins, taking what each template can deliver and asking the next one for the rest.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(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) static booleanMinimumInstanceChecker.keepsWarmInstancesNow(SlaveTemplate template)