Uses of Interface
com.chutneytesting.component.scenario.api.dto.StrategyDto
-
Packages that use StrategyDto Package Description com.chutneytesting.component.scenario.api.dto -
-
Uses of StrategyDto in com.chutneytesting.component.scenario.api.dto
Classes in com.chutneytesting.component.scenario.api.dto that implement StrategyDto Modifier and Type Class Description classImmutableStrategyDtoImmutable implementation ofStrategyDto.Methods in com.chutneytesting.component.scenario.api.dto that return StrategyDto Modifier and Type Method Description default StrategyDtoComposableStepDto. strategy()StrategyDtoImmutableComposableStepDto. strategy()Methods in com.chutneytesting.component.scenario.api.dto with parameters of type StrategyDto Modifier and Type Method Description static ImmutableStrategyDtoImmutableStrategyDto. copyOf(StrategyDto instance)Creates an immutable copy of aStrategyDtovalue.ImmutableStrategyDto.BuilderImmutableStrategyDto.Builder. from(StrategyDto instance)Fill a builder with attribute values from the providedStrategyDtoinstance.ImmutableComposableStepDto.BuilderImmutableComposableStepDto.Builder. strategy(StrategyDto strategy)Initializes the value for thestrategyattribute.ImmutableComposableStepDtoImmutableComposableStepDto. withStrategy(StrategyDto value)Copy the current immutable object by setting a value for thestrategyattribute.
-