Class ExecutableComposedStep
- java.lang.Object
-
- com.chutneytesting.component.execution.domain.ExecutableComposedStep
-
public class ExecutableComposedStep extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecutableComposedStep.ExecutableComposedStepBuilder
-
Field Summary
Fields Modifier and Type Field Description Map<String,String>defaultParametersMap<String,String>executionParametersStringnameOptional<StepImplementation>stepImplementationList<ExecutableComposedStep>stepsStrategystrategy
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutableComposedStep.ExecutableComposedStepBuilderbuilder()booleanequals(Object o)Map<String,String>getEmptyExecutionParameters()inthashCode()StringtoString()
-
-
-
Field Detail
-
name
public final String name
-
steps
public final List<ExecutableComposedStep> steps
-
stepImplementation
public final Optional<StepImplementation> stepImplementation
-
strategy
public final Strategy strategy
-
-
Method Detail
-
builder
public static ExecutableComposedStep.ExecutableComposedStepBuilder builder()
-
-