Uses of Class
com.chutneytesting.scenario.domain.gwt.GwtStep.GwtStepBuilder
-
Packages that use GwtStep.GwtStepBuilder Package Description com.chutneytesting.scenario.domain.gwt -
-
Uses of GwtStep.GwtStepBuilder in com.chutneytesting.scenario.domain.gwt
Methods in com.chutneytesting.scenario.domain.gwt that return GwtStep.GwtStepBuilder Modifier and Type Method Description static GwtStep.GwtStepBuilderGwtStep. builder()GwtStep.GwtStepBuilderGwtStep.GwtStepBuilder. withDescription(String description)GwtStep.GwtStepBuilderGwtStep.GwtStepBuilder. withImplementation(GwtStepImplementation implementation)GwtStep.GwtStepBuilderGwtStep.GwtStepBuilder. withStrategy(Strategy strategy)GwtStep.GwtStepBuilderGwtStep.GwtStepBuilder. withSubSteps(GwtStep... subSteps)GwtStep.GwtStepBuilderGwtStep.GwtStepBuilder. withSubSteps(List<GwtStep> subSteps)GwtStep.GwtStepBuilderGwtStep.GwtStepBuilder. withXRef(String xRef)
-