- All Implemented Interfaces:
- Serializable
public class DockerNodeStepExecution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
This class is heavily based (so to speak...) on org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution
 The original code cannot be easily extended, PlaceholderTask constructor is private for example.
 As much as we hate copy / pasting, as an experimental implementation, we feel that it is still interesting
 to test the approach.
 See https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/15 for a discussion about that.
- See Also:
- Serialized Form