public class SaltLifecycleEffectorTasks extends MachineLifecycleEffectorTasks implements SaltConfig
MachineLifecycleEffectorTasks.StopMachineDetails<T>
SaltConfig.SaltMode
LOCATIONS, ON_BOX_BASE_DIR_RESOLVED, STOP_PROCESS_TIMEOUT
RESTART_STATES, SALT_FORMULAS, SALT_MODE, SALT_PILLAR_URLS, SALT_PILLARS, SALT_SSH_LAUNCH_ATTRIBUTES, START_STATES, STOP_STATES
Constructor and Description |
---|
SaltLifecycleEffectorTasks() |
Modifier and Type | Method and Description |
---|---|
void |
restart(ConfigBag parameters)
Default restart implementation for an entity.
|
attachLifecycleEffectors, canStop, getStopMachineMode, newRestartEffector, newRestartEffectorTask, newStartEffector, newStartEffectorTask, newStopEffector, newStopEffectorTask, newSuspendEffector, newSuspendEffectorTask, resolveOnBoxDir, start, stop, suspend
public void restart(ConfigBag parameters)
MachineLifecycleEffectorTasks
Stops processes if possible, then starts the entity again.
restart
in class MachineLifecycleEffectorTasks