public class MesosRetentionStrategy extends hudson.slaves.RetentionStrategy<MesosComputer>
CloudRetentionStrategy.| Modifier and Type | Class and Description |
|---|---|
static class |
MesosRetentionStrategy.DescriptorImpl
No registration since this retention strategy is used only for Mesos nodes
that we provision automatically.
|
| Modifier and Type | Field and Description |
|---|---|
int |
idleTerminationMinutes
Number of minutes of idleness before an instance should be terminated.
|
| Constructor and Description |
|---|
MesosRetentionStrategy(int idleTerminationMinutes) |
| Modifier and Type | Method and Description |
|---|---|
long |
check(MesosComputer c) |
void |
start(MesosComputer c)
Try to connect to it ASAP to launch the slave agent.
|
public final int idleTerminationMinutes
public long check(MesosComputer c)
check in class hudson.slaves.RetentionStrategy<MesosComputer>public void start(MesosComputer c)
start in class hudson.slaves.RetentionStrategy<MesosComputer>Copyright © 2004-2016. All Rights Reserved.