Uses of Class
com.dubture.jenkins.digitalocean.SlaveTemplate
-
Uses of SlaveTemplate in com.dubture.jenkins.digitalocean
Methods in com.dubture.jenkins.digitalocean that return types with arguments of type SlaveTemplateConstructor parameters in com.dubture.jenkins.digitalocean with type arguments of type SlaveTemplateModifierConstructorDescriptionDigitalOceanCloud
(String name, String sshKeyId, String instanceCap, Boolean usePrivateNetworking, String timeoutMinutes, String connectionRetryWait, List<? extends SlaveTemplate> templates) Constructor parameters are injected via jelly in the jenkins global configurationDigitalOceanCloud
(String name, String authToken, String privateKey, String sshKeyId, String instanceCap, Boolean usePrivateNetworking, String timeoutMinutes, String connectionRetryWait, List<? extends SlaveTemplate> templates) Deprecated.