Uses of Class
com.chutneytesting.component.scenario.api.dto.ImmutableComposableStepDto
Packages that use ImmutableComposableStepDto
-
Uses of ImmutableComposableStepDto in com.chutneytesting.component.scenario.api.dto
Methods in com.chutneytesting.component.scenario.api.dto that return ImmutableComposableStepDtoModifier and TypeMethodDescriptionImmutableComposableStepDto.Builder.build()Builds a newImmutableComposableStepDto.static ImmutableComposableStepDtoImmutableComposableStepDto.copyOf(ComposableStepDto instance) Creates an immutable copy of aComposableStepDtovalue.ImmutableComposableStepDto.withDefaultParameters(KeyValue... elements) Copy the current immutable object with elements that replace the content ofdefaultParameters.ImmutableComposableStepDto.withDefaultParameters(Iterable<? extends KeyValue> elements) Copy the current immutable object with elements that replace the content ofdefaultParameters.ImmutableComposableStepDto.withExecutionParameters(KeyValue... elements) Copy the current immutable object with elements that replace the content ofexecutionParameters.ImmutableComposableStepDto.withExecutionParameters(Iterable<? extends KeyValue> elements) Copy the current immutable object with elements that replace the content ofexecutionParameters.Copy the current immutable object by setting a present value for the optionalidattribute.Copy the current immutable object by setting an optional value for theidattribute.Copy the current immutable object by setting a value for thenameattribute.ImmutableComposableStepDto.withSteps(ComposableStepDto... elements) Copy the current immutable object with elements that replace the content ofsteps.ImmutableComposableStepDto.withSteps(Iterable<? extends ComposableStepDto> elements) Copy the current immutable object with elements that replace the content ofsteps.ImmutableComposableStepDto.withStrategy(StrategyDto value) Copy the current immutable object by setting a value for thestrategyattribute.Copy the current immutable object with elements that replace the content oftags.Copy the current immutable object with elements that replace the content oftags.Copy the current immutable object by setting a present value for the optionaltaskattribute.Copy the current immutable object by setting an optional value for thetaskattribute.ImmutableComposableStepDto.withUsage(ComposableStepDto.StepUsage value) Copy the current immutable object by setting a value for theusageattribute.