Uses of Class
com.parallels.jenkins.AgentTemplate
Packages that use AgentTemplate
-
Uses of AgentTemplate in com.parallels.jenkins
Methods in com.parallels.jenkins that return AgentTemplateModifier and TypeMethodDescriptionPrlDevopsAgent.getTemplate()PrlDevopsCloud.getTemplateForLabel(Label label) Returns the firstAgentTemplatewhose label set satisfies the given JenkinsLabel, ornullif none match.AgentTemplate.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Methods in com.parallels.jenkins that return types with arguments of type AgentTemplateMethods in com.parallels.jenkins with parameters of type AgentTemplateModifier and TypeMethodDescriptionCatalogProvisioningConfig.provision(String cloudName, AgentTemplate template, Label label, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, ExecutorService executor) CloneProvisioningConfig.provision(String cloudName, AgentTemplate template, Label label, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, ExecutorService executor) abstract PrlDevopsPlannedNodeProvisioningConfig.provision(String cloudName, AgentTemplate template, Label label, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, ExecutorService executor) Provisions one VM for the given label and returns the planned Jenkins node.Method parameters in com.parallels.jenkins with type arguments of type AgentTemplateModifier and TypeMethodDescriptionvoidPrlDevopsCloud.setTemplates(List<AgentTemplate> templates) Constructors in com.parallels.jenkins with parameters of type AgentTemplateModifierConstructorDescriptionPrlDevopsAgent(String cloudName, AgentTemplate template, String vmId, String vmIp, PrlDevopsApiClient apiClient) PrlDevopsComputerLauncher(String cloudName, String vmId, String vmUser, PrlDevopsApiClient apiClient, AgentTemplate template) PrlDevopsPlannedNode(String cloudName, AgentTemplate template, String vmId, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, boolean startOnCreate, ExecutorService executor)