public class MesosSlave
extends hudson.model.Slave
| Modifier and Type | Class and Description |
|---|---|
static class |
MesosSlave.DescriptorImpl |
hudson.model.Slave.JnlpJar, hudson.model.Slave.SlaveDescriptor| Constructor and Description |
|---|
MesosSlave(String name,
int numExecutors,
String labelString,
double slaveCpus,
int slaveMem,
double executorCpus,
int executorMem,
int idleTerminationMinutes,
String jvmArgs) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Computer |
createComputer() |
double |
getCpus() |
MesosSlave.DescriptorImpl |
getDescriptor() |
String |
getJvmArgs() |
int |
getMem() |
hudson.FilePath |
getRootPath() |
void |
idleTimeout() |
void |
terminate() |
createLauncher, equals, getClockDifference, getComputer, getLabelString, getLauncher, getMode, getNodeDescription, getNodeName, getNodeProperties, getNumExecutors, getRemoteFS, getRetentionStrategy, getUserId, getWorkspaceFor, getWorkspaceRoot, hashCode, readResolve, setLabelString, setLauncher, setMode, setNodeName, setRetentionStrategy, setUserIdcanTake, canTake, checkPermission, createPath, getACL, getAssignedLabels, getChannel, getDisplayName, getFileSystemProvisioner, getLabelCloud, getNodePropertyDescriptors, getSearchUrl, getSelfLabel, hasPermission, isHoldOffLaunchUntilSave, reconfigure, toComputer@DataBoundConstructor public MesosSlave(String name, int numExecutors, String labelString, double slaveCpus, int slaveMem, double executorCpus, int executorMem, int idleTerminationMinutes, String jvmArgs) throws hudson.model.Descriptor.FormException, IOException
hudson.model.Descriptor.FormExceptionIOExceptionpublic double getCpus()
public int getMem()
public String getJvmArgs()
public void terminate()
public MesosSlave.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.model.Node>getDescriptor in class hudson.model.Slavepublic void idleTimeout()
public hudson.model.Computer createComputer()
createComputer in class hudson.model.Slavepublic hudson.FilePath getRootPath()
getRootPath in class hudson.model.SlaveCopyright © 2004-2014. All Rights Reserved.