Uses of Class
io.jenkins.plugins.swarmcloud.SwarmAgentTemplate
Packages that use SwarmAgentTemplate
-
Uses of SwarmAgentTemplate in io.jenkins.plugins.swarmcloud
Methods in io.jenkins.plugins.swarmcloud that return SwarmAgentTemplateModifier and TypeMethodDescriptionSwarmAgent.getTemplate()Gets the template that was used to create this agent.SwarmCloud.getTemplate(Label label) Finds a template matching the given label.SwarmCloud.getTemplateByName(String name) Finds a template by name.SwarmAgentTemplate.resolve()Resolves this template by merging with parent template if inheritFrom is set.Methods in io.jenkins.plugins.swarmcloud that return types with arguments of type SwarmAgentTemplateMethod parameters in io.jenkins.plugins.swarmcloud with type arguments of type SwarmAgentTemplateModifier and TypeMethodDescriptionvoidSwarmCloud.setTemplates(List<SwarmAgentTemplate> templates) Constructors in io.jenkins.plugins.swarmcloud with parameters of type SwarmAgentTemplateModifierConstructorDescriptionSwarmAgent(String name, SwarmAgentTemplate template, String cloudName, String serviceId) SwarmAgent(String name, SwarmAgentTemplate template, String cloudName, String serviceId, int idleMinutes) Constructor with custom idle timeout. -
Uses of SwarmAgentTemplate in io.jenkins.plugins.swarmcloud.api
Methods in io.jenkins.plugins.swarmcloud.api with parameters of type SwarmAgentTemplateModifier and TypeMethodDescriptionDockerSwarmClient.createService(String agentName, SwarmAgentTemplate template, String jenkinsUrl, String networkName) Overloaded method for backwards compatibility.DockerSwarmClient.createService(String agentName, SwarmAgentTemplate template, String jenkinsUrl, String secret, String networkName) Creates a Docker Swarm service for a Jenkins agent.