Uses of Interface
com.chutneytesting.component.scenario.api.dto.StrategyDto
Packages that use StrategyDto
-
Uses of StrategyDto in com.chutneytesting.component.scenario.api.dto
Classes in com.chutneytesting.component.scenario.api.dto that implement StrategyDtoMethods in com.chutneytesting.component.scenario.api.dto that return StrategyDtoModifier and TypeMethodDescriptiondefault StrategyDtoComposableStepDto.strategy()ImmutableComposableStepDto.strategy()Methods in com.chutneytesting.component.scenario.api.dto with parameters of type StrategyDtoModifier and TypeMethodDescriptionstatic ImmutableStrategyDtoImmutableStrategyDto.copyOf(StrategyDto instance) Creates an immutable copy of aStrategyDtovalue.ImmutableStrategyDto.Builder.from(StrategyDto instance) Fill a builder with attribute values from the providedStrategyDtoinstance.ImmutableComposableStepDto.Builder.strategy(StrategyDto strategy) Initializes the value for thestrategyattribute.ImmutableComposableStepDto.withStrategy(StrategyDto value) Copy the current immutable object by setting a value for thestrategyattribute.