Uses of Class
com.chutneytesting.scenario.api.raw.dto.ImmutableGwtStepDto.Builder
Packages that use ImmutableGwtStepDto.Builder
-
Uses of ImmutableGwtStepDto.Builder in com.chutneytesting.scenario.api.raw.dto
Methods in com.chutneytesting.scenario.api.raw.dto that return ImmutableGwtStepDto.BuilderModifier and TypeMethodDescriptionImmutableGwtStepDto.Builder.addAllSubSteps(Iterable<? extends GwtStepDto> elements) Adds elements tosubStepslist.ImmutableGwtStepDto.Builder.addSubSteps(GwtStepDto element) Adds one element tosubStepslist.ImmutableGwtStepDto.Builder.addSubSteps(GwtStepDto... elements) Adds elements tosubStepslist.static ImmutableGwtStepDto.BuilderImmutableGwtStepDto.builder()Creates a builder forImmutableGwtStepDto.ImmutableGwtStepDto.Builder.from(GwtStepDto instance) Fill a builder with attribute values from the providedGwtStepDtoinstance.ImmutableGwtStepDto.Builder.implementation(GwtStepImplementationDto implementation) Initializes the optional valueimplementationto implementation.ImmutableGwtStepDto.Builder.implementation(Optional<? extends GwtStepImplementationDto> implementation) Initializes the optional valueimplementationto implementation.Initializes the optional valuesentenceto sentence.Initializes the optional valuesentenceto sentence.ImmutableGwtStepDto.Builder.strategy(StrategyDto strategy) Initializes the optional valuestrategyto strategy.ImmutableGwtStepDto.Builder.strategy(Optional<? extends StrategyDto> strategy) Initializes the optional valuestrategyto strategy.ImmutableGwtStepDto.Builder.subSteps(Iterable<? extends GwtStepDto> elements) Sets or replaces all elements forsubStepslist.Initializes the optional valuexRefto xRef.Initializes the optional valuexRefto xRef.