public final class ParallelsDesktopCloud
extends hudson.slaves.Cloud
Modifier and Type | Class and Description |
---|---|
static class |
ParallelsDesktopCloud.DescriptorImpl |
Constructor and Description |
---|
ParallelsDesktopCloud(String name,
String labelString,
String remoteFS,
hudson.slaves.ComputerLauncher pdLauncher,
boolean useConnectorAsBuilder,
List<ParallelsDesktopVM> vms) |
Modifier and Type | Method and Description |
---|---|
boolean |
canProvision(hudson.model.Label label) |
String |
getLabelString() |
hudson.slaves.ComputerLauncher |
getPdLauncher() |
String |
getRemoteFS() |
boolean |
getUseConnectorAsBuilder() |
List<ParallelsDesktopVM> |
getVms() |
Collection<hudson.slaves.NodeProvisioner.PlannedNode> |
provision(hudson.model.Label label,
int excessWorkload) |
all, checkPermission, getACL, getDescriptor, getDisplayName, getSearchUrl, hasPermission
@DataBoundConstructor public ParallelsDesktopCloud(String name, String labelString, String remoteFS, hudson.slaves.ComputerLauncher pdLauncher, boolean useConnectorAsBuilder, List<ParallelsDesktopVM> vms)
public Collection<hudson.slaves.NodeProvisioner.PlannedNode> provision(hudson.model.Label label, int excessWorkload)
provision
in class hudson.slaves.Cloud
public boolean canProvision(hudson.model.Label label)
canProvision
in class hudson.slaves.Cloud
public List<ParallelsDesktopVM> getVms()
public hudson.slaves.ComputerLauncher getPdLauncher()
public String getLabelString()
public String getRemoteFS()
public boolean getUseConnectorAsBuilder()
Copyright © 2016–2017. All rights reserved.