public class OrkaProvisionedAgent
extends hudson.slaves.AbstractCloudSlave
| Modifier and Type | Class and Description |
|---|---|
static class |
OrkaProvisionedAgent.DescriptorImpl |
hudson.model.Slave.JnlpJar, hudson.model.Slave.SlaveDescriptor| Constructor and Description |
|---|
OrkaProvisionedAgent(String cloudId,
String vmId,
String node,
String host,
int sshPort,
String vmCredentialsId,
int numExecutors,
String remoteFS,
hudson.model.Node.Mode mode,
String labelString,
int idleTerminationMinutes,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_terminate(hudson.model.TaskListener listener) |
hudson.slaves.AbstractCloudComputer |
createComputer() |
String |
getCloudId() |
String |
getHost() |
int |
getIdleTerminationMinutes() |
String |
getNode() |
int |
getSshPort() |
String |
getVmCredentialsId() |
String |
getVmId() |
createLauncher, equals, getClockDifferenceCallable, getComputer, getDescriptor, getLabelString, getLauncher, getMode, getNodeDescription, getNodeName, getNodeProperties, getNumExecutors, getRemoteFS, getRetentionStrategy, getRootPath, getUserId, getWorkspaceFor, getWorkspaceRoot, hashCode, readResolve, setLabelString, setLauncher, setMode, setNodeDescription, setNodeName, setNodeProperties, setNumExecutors, setRetentionStrategy, setUserId, toStringcanTake, canTake, checkPermission, createPath, getACL, getAssignedLabels, getChannel, getClockDifference, getDisplayName, getFileSystemProvisioner, getLabelCloud, getNodePropertyDescriptors, getSearchUrl, getSelfLabel, hasPermission, isAcceptingTasks, isHoldOffLaunchUntilSave, reconfigure, save, toComputer@DataBoundConstructor public OrkaProvisionedAgent(String cloudId, String vmId, String node, String host, int sshPort, String vmCredentialsId, int numExecutors, String remoteFS, hudson.model.Node.Mode mode, String labelString, int idleTerminationMinutes, List<? extends hudson.slaves.NodeProperty<?>> nodeProperties) throws hudson.model.Descriptor.FormException, IOException
hudson.model.Descriptor.FormExceptionIOExceptionpublic String getCloudId()
public String getVmId()
public String getNode()
public String getHost()
public int getSshPort()
public String getVmCredentialsId()
public int getIdleTerminationMinutes()
protected void _terminate(hudson.model.TaskListener listener)
throws IOException,
InterruptedException
_terminate in class hudson.slaves.AbstractCloudSlaveIOExceptionInterruptedExceptionpublic hudson.slaves.AbstractCloudComputer createComputer()
createComputer in class hudson.slaves.AbstractCloudSlaveCopyright © 2016–2019. All rights reserved.