Uses of Class
jenkins.plugins.jclouds.compute.UserData
Packages that use UserData
-
Uses of UserData in jenkins.plugins.jclouds.compute
Methods in jenkins.plugins.jclouds.compute that return types with arguments of type UserDataConstructor parameters in jenkins.plugins.jclouds.compute with type arguments of type UserDataModifierConstructorDescriptionJCloudsSlaveTemplate
(String name, String imageId, String imageNameRegex, String hardwareId, double cores, int ram, String osFamily, String osVersion, String locationId, String labelString, String description, String initScriptId, int numExecutors, boolean stopOnTerminate, String jvmOptions, boolean preExistingJenkinsUser, String fsRoot, boolean allowSudo, boolean installPrivateKey, Integer overrideRetentionTime, boolean hasOverrideRetentionTime, int spoolDelayMs, boolean assignFloatingIp, boolean waitPhoneHome, int waitPhoneHomeTimeout, String keyPairName, boolean assignPublicIp, String networks, String securityGroups, String credentialsId, String adminCredentialsId, String mode, boolean useConfigDrive, boolean isPreemptible, List<UserData> userDataEntries, String preferredAddress, boolean useJnlp, boolean jnlpProvision)