public class BatchSlave
extends hudson.model.Slave
Modifier and Type | Class and Description |
---|---|
static class |
BatchSlave.DescriptorImpl |
hudson.model.Slave.JnlpJar, hudson.model.Slave.SlaveDescriptor
Constructor and Description |
---|
BatchSlave(String name,
String label,
int numExecutors,
String hostName,
int port,
String userName,
hudson.util.Secret password) |
Modifier and Type | Method and Description |
---|---|
BatchSlave.DescriptorImpl |
getDescriptor() |
void |
terminate()
terminates the slave
|
createComputer, createLauncher, equals, getClockDifferenceCallable, getComputer, getLabelString, getLauncher, getMode, getNodeDescription, getNodeName, getNodeProperties, getNumExecutors, getRemoteFS, getRetentionStrategy, getRootPath, getUserId, getWorkspaceFor, getWorkspaceRoot, hashCode, readResolve, setLabelString, setLauncher, setMode, setNodeName, setRetentionStrategy, setUserId
canTake, canTake, checkPermission, createPath, getACL, getAssignedLabels, getChannel, getClockDifference, getDisplayName, getFileSystemProvisioner, getLabelCloud, getNodePropertyDescriptors, getSearchUrl, getSelfLabel, hasPermission, isHoldOffLaunchUntilSave, reconfigure, toComputer
public BatchSlave(String name, String label, int numExecutors, String hostName, int port, String userName, hudson.util.Secret password) throws hudson.model.Descriptor.FormException, IOException
hudson.model.Descriptor.FormException
IOException
public void terminate()
public BatchSlave.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.model.Node>
getDescriptor
in class hudson.model.Slave
Copyright © 2004-2015. All Rights Reserved.