Class ExecutableComposedStep.ExecutableComposedStepBuilder
java.lang.Object
com.chutneytesting.component.execution.domain.ExecutableComposedStep.ExecutableComposedStepBuilder
- Enclosing class:
- ExecutableComposedStep
-
Method Summary
Modifier and TypeMethodDescriptionaddParameters(Map<String, String> parameters) build()from(ExecutableComposedStep instance) withExecutionParameters(Map<String, String> executionParameters) withImplementation(Optional<StepImplementation> implementation) withParameters(Map<String, String> parameters) withSteps(List<ExecutableComposedStep> steps) withStrategy(Strategy strategy)
-
Method Details
-
build
-
withName
-
withSteps
public ExecutableComposedStep.ExecutableComposedStepBuilder withSteps(List<ExecutableComposedStep> steps) -
withParameters
public ExecutableComposedStep.ExecutableComposedStepBuilder withParameters(Map<String, String> parameters) -
withExecutionParameters
public ExecutableComposedStep.ExecutableComposedStepBuilder withExecutionParameters(Map<String, String> executionParameters) -
withImplementation
public ExecutableComposedStep.ExecutableComposedStepBuilder withImplementation(Optional<StepImplementation> implementation) -
withStrategy
-
addParameters
public ExecutableComposedStep.ExecutableComposedStepBuilder addParameters(Map<String, String> parameters) -
from
public final ExecutableComposedStep.ExecutableComposedStepBuilder from(ExecutableComposedStep instance)
-