Uses of Class
com.chutneytesting.component.execution.domain.ExecutableComposedStep.ExecutableComposedStepBuilder
Packages that use ExecutableComposedStep.ExecutableComposedStepBuilder
-
Uses of ExecutableComposedStep.ExecutableComposedStepBuilder in com.chutneytesting.component.execution.domain
Methods in com.chutneytesting.component.execution.domain that return ExecutableComposedStep.ExecutableComposedStepBuilderModifier and TypeMethodDescriptionExecutableComposedStep.ExecutableComposedStepBuilder.addParameters(Map<String, String> parameters) ExecutableComposedStep.builder()ExecutableComposedStep.ExecutableComposedStepBuilder.from(ExecutableComposedStep instance) ExecutableComposedStep.ExecutableComposedStepBuilder.withExecutionParameters(Map<String, String> executionParameters) ExecutableComposedStep.ExecutableComposedStepBuilder.withImplementation(Optional<StepImplementation> implementation) ExecutableComposedStep.ExecutableComposedStepBuilder.withParameters(Map<String, String> parameters) ExecutableComposedStep.ExecutableComposedStepBuilder.withSteps(List<ExecutableComposedStep> steps) ExecutableComposedStep.ExecutableComposedStepBuilder.withStrategy(Strategy strategy)