Modifier and Type | Method and Description |
---|---|
Descriptor<SlaveTemplate> |
SlaveTemplate.getDescriptor() |
List<SlaveTemplate> |
DigitalOceanCloud.getTemplates() |
Constructor and Description |
---|
DigitalOceanCloud(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 configuration
|
DigitalOceanCloud(String name,
String authToken,
String privateKey,
String sshKeyId,
String instanceCap,
Boolean usePrivateNetworking,
String timeoutMinutes,
String connectionRetryWait,
List<? extends SlaveTemplate> templates)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.