Class GwtStep.GwtStepBuilder
- java.lang.Object
-
- com.chutneytesting.scenario.domain.gwt.GwtStep.GwtStepBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GwtStepbuild()GwtStep.GwtStepBuilderwithDescription(String description)GwtStep.GwtStepBuilderwithImplementation(GwtStepImplementation implementation)GwtStep.GwtStepBuilderwithStrategy(Strategy strategy)GwtStep.GwtStepBuilderwithSubSteps(GwtStep... subSteps)GwtStep.GwtStepBuilderwithSubSteps(List<GwtStep> subSteps)GwtStep.GwtStepBuilderwithXRef(String xRef)
-
-
-
Method Detail
-
build
public GwtStep build()
-
withXRef
public GwtStep.GwtStepBuilder withXRef(String xRef)
-
withDescription
public GwtStep.GwtStepBuilder withDescription(String description)
-
withSubSteps
public GwtStep.GwtStepBuilder withSubSteps(GwtStep... subSteps)
-
withSubSteps
public GwtStep.GwtStepBuilder withSubSteps(List<GwtStep> subSteps)
-
withImplementation
public GwtStep.GwtStepBuilder withImplementation(GwtStepImplementation implementation)
-
withStrategy
public GwtStep.GwtStepBuilder withStrategy(Strategy strategy)
-
-