Uses of Interface
com.chutneytesting.component.scenario.api.dto.ComposableStepDto
Packages that use ComposableStepDto
Package
Description
-
Uses of ComposableStepDto in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api that return ComposableStepDtoModifier and TypeMethodDescriptionstatic ComposableStepDtoComposableStepMapper.toDto(ComposableStep composableStep) static ComposableStepDtoExecutableComposableStepMapper.toDto(ExecutableComposedStep composableStep) Methods in com.chutneytesting.component.scenario.api that return types with arguments of type ComposableStepDtoMethods in com.chutneytesting.component.scenario.api with parameters of type ComposableStepDtoModifier and TypeMethodDescriptionstatic ComposableStepComposableStepMapper.fromDto(ComposableStepDto dto) StepController.save(ComposableStepDto step) -
Uses of ComposableStepDto in com.chutneytesting.component.scenario.api.dto
Classes in com.chutneytesting.component.scenario.api.dto that implement ComposableStepDtoFields in com.chutneytesting.component.scenario.api.dto with type parameters of type ComposableStepDtoModifier and TypeFieldDescriptionstatic final Comparator<ComposableStepDto>ComposableStepDto.stepDtoComparatorMethods in com.chutneytesting.component.scenario.api.dto that return types with arguments of type ComposableStepDtoModifier and TypeMethodDescriptiondefault List<ComposableStepDto>ComposableTestCaseDto.ComposableScenarioDto.componentSteps()ImmutableComposableScenarioDto.componentSteps()default List<ComposableStepDto>ComposableStepDto.steps()ImmutableComposableStepDto.steps()Methods in com.chutneytesting.component.scenario.api.dto with parameters of type ComposableStepDtoModifier and TypeMethodDescriptionImmutableComposableScenarioDto.Builder.addComponentSteps(ComposableStepDto element) Adds one element tocomponentStepslist.ImmutableComposableScenarioDto.Builder.addComponentSteps(ComposableStepDto... elements) Adds elements tocomponentStepslist.ImmutableComposableStepDto.Builder.addSteps(ComposableStepDto element) Adds one element tostepslist.ImmutableComposableStepDto.Builder.addSteps(ComposableStepDto... elements) Adds elements tostepslist.static ImmutableComposableStepDtoImmutableComposableStepDto.copyOf(ComposableStepDto instance) Creates an immutable copy of aComposableStepDtovalue.ImmutableComposableStepDto.Builder.from(ComposableStepDto instance) Fill a builder with attribute values from the providedComposableStepDtoinstance.ImmutableComposableScenarioDto.withComponentSteps(ComposableStepDto... elements) Copy the current immutable object with elements that replace the content ofcomponentSteps.ImmutableComposableStepDto.withSteps(ComposableStepDto... elements) Copy the current immutable object with elements that replace the content ofsteps.Method parameters in com.chutneytesting.component.scenario.api.dto with type arguments of type ComposableStepDtoModifier and TypeMethodDescriptionImmutableComposableScenarioDto.Builder.addAllComponentSteps(Iterable<? extends ComposableStepDto> elements) Adds elements tocomponentStepslist.ImmutableComposableStepDto.Builder.addAllSteps(Iterable<? extends ComposableStepDto> elements) Adds elements tostepslist.ImmutableComposableScenarioDto.Builder.componentSteps(Iterable<? extends ComposableStepDto> elements) Sets or replaces all elements forcomponentStepslist.ImmutableComposableStepDto.Builder.steps(Iterable<? extends ComposableStepDto> elements) Sets or replaces all elements forstepslist.ImmutableComposableScenarioDto.withComponentSteps(Iterable<? extends ComposableStepDto> elements) Copy the current immutable object with elements that replace the content ofcomponentSteps.ImmutableComposableStepDto.withSteps(Iterable<? extends ComposableStepDto> elements) Copy the current immutable object with elements that replace the content ofsteps.