public class ParallelsDesktopConnectorSlave
extends hudson.slaves.AbstractCloudSlave
implements hudson.slaves.EphemeralNode
Modifier and Type | Class and Description |
---|---|
static class |
ParallelsDesktopConnectorSlave.DescriptorImpl |
hudson.model.Slave.JnlpJar, hudson.model.Slave.SlaveDescriptor
Constructor and Description |
---|
ParallelsDesktopConnectorSlave(ParallelsDesktopCloud owner,
String name,
String labelString,
String remoteFS,
hudson.slaves.ComputerLauncher launcher,
boolean useAsBuilder) |
Modifier and Type | Method and Description |
---|---|
protected void |
_terminate(hudson.model.TaskListener tl) |
hudson.model.Node |
asNode() |
hudson.slaves.AbstractCloudComputer |
createComputer() |
hudson.model.Node.Mode |
getMode() |
ParallelsDesktopCloud |
getOwner() |
String |
getRemoteFS() |
createLauncher, equals, getClockDifferenceCallable, getComputer, getDescriptor, getLabelString, getLauncher, getNodeDescription, getNodeName, getNodeProperties, getNumExecutors, getRetentionStrategy, getRootPath, getUserId, getWorkspaceFor, getWorkspaceRoot, hashCode, readResolve, setLabelString, setLauncher, setMode, setNodeName, setRetentionStrategy, setUserId, toString
canTake, canTake, checkPermission, createPath, getACL, getAssignedLabels, getChannel, getClockDifference, getDisplayName, getFileSystemProvisioner, getLabelCloud, getNodePropertyDescriptors, getSearchUrl, getSelfLabel, hasPermission, isAcceptingTasks, isHoldOffLaunchUntilSave, reconfigure, save, toComputer
@DataBoundConstructor public ParallelsDesktopConnectorSlave(ParallelsDesktopCloud owner, String name, String labelString, String remoteFS, hudson.slaves.ComputerLauncher launcher, boolean useAsBuilder) throws IOException, hudson.model.Descriptor.FormException
IOException
hudson.model.Descriptor.FormException
public ParallelsDesktopCloud getOwner()
public hudson.slaves.AbstractCloudComputer createComputer()
createComputer
in class hudson.slaves.AbstractCloudSlave
public String getRemoteFS()
getRemoteFS
in class hudson.model.Slave
public hudson.model.Node asNode()
asNode
in interface hudson.slaves.EphemeralNode
protected void _terminate(hudson.model.TaskListener tl) throws IOException, InterruptedException
_terminate
in class hudson.slaves.AbstractCloudSlave
IOException
InterruptedException
public hudson.model.Node.Mode getMode()
getMode
in class hudson.model.Slave
Copyright © 2016–2017. All rights reserved.