Class ExecutableComposedStep.ExecutableComposedStepBuilder
- java.lang.Object
-
- com.chutneytesting.component.execution.domain.ExecutableComposedStep.ExecutableComposedStepBuilder
-
- Enclosing class:
- ExecutableComposedStep
public static class ExecutableComposedStep.ExecutableComposedStepBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableComposedStep.ExecutableComposedStepBuilderaddParameters(Map<String,String> parameters)ExecutableComposedStepbuild()ExecutableComposedStep.ExecutableComposedStepBuilderfrom(ExecutableComposedStep instance)ExecutableComposedStep.ExecutableComposedStepBuilderwithExecutionParameters(Map<String,String> executionParameters)ExecutableComposedStep.ExecutableComposedStepBuilderwithImplementation(Optional<StepImplementation> implementation)ExecutableComposedStep.ExecutableComposedStepBuilderwithName(String name)ExecutableComposedStep.ExecutableComposedStepBuilderwithParameters(Map<String,String> parameters)ExecutableComposedStep.ExecutableComposedStepBuilderwithSteps(List<ExecutableComposedStep> steps)ExecutableComposedStep.ExecutableComposedStepBuilderwithStrategy(Strategy strategy)
-
-
-
Method Detail
-
build
public ExecutableComposedStep build()
-
withName
public ExecutableComposedStep.ExecutableComposedStepBuilder withName(String name)
-
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
public ExecutableComposedStep.ExecutableComposedStepBuilder withStrategy(Strategy strategy)
-
addParameters
public ExecutableComposedStep.ExecutableComposedStepBuilder addParameters(Map<String,String> parameters)
-
from
public final ExecutableComposedStep.ExecutableComposedStepBuilder from(ExecutableComposedStep instance)
-
-