public class DefaultStepFactory extends java.lang.Object implements StepFactory
StepFactory interface.| Constructor and Description |
|---|
DefaultStepFactory(ConfigTargetStore configTargetStore,
StateStore stateStore) |
| Modifier and Type | Method and Description |
|---|---|
Step |
getStep(PodInstance podInstance,
java.util.Collection<java.lang.String> tasksToLaunch) |
public DefaultStepFactory(ConfigTargetStore configTargetStore, StateStore stateStore)
public Step getStep(PodInstance podInstance, java.util.Collection<java.lang.String> tasksToLaunch)
getStep in interface StepFactory