Uses of Interface
com.chutneytesting.component.scenario.api.dto.ComposableStepDto
-
Packages that use ComposableStepDto Package Description com.chutneytesting.component.scenario.api com.chutneytesting.component.scenario.api.dto -
-
Uses of ComposableStepDto in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api that return ComposableStepDto Modifier and Type Method Description ComposableStepDtoStepController. findById(String stepId)static ComposableStepDtoComposableStepMapper. toDto(ComposableStep composableStep)static ComposableStepDtoExecutableComposableStepMapper. toDto(ExecutableComposedStep composableStep)Methods in com.chutneytesting.component.scenario.api that return types with arguments of type ComposableStepDto Modifier and Type Method Description List<ComposableStepDto>StepController. findAll()Methods in com.chutneytesting.component.scenario.api with parameters of type ComposableStepDto Modifier and Type Method Description static ComposableStepComposableStepMapper. fromDto(ComposableStepDto dto)StringStepController. save(ComposableStepDto step) -
Uses of ComposableStepDto in com.chutneytesting.component.scenario.api.dto
Classes in com.chutneytesting.component.scenario.api.dto that implement ComposableStepDto Modifier and Type Class Description classImmutableComposableStepDtoImmutable implementation ofComposableStepDto.Fields in com.chutneytesting.component.scenario.api.dto with type parameters of type ComposableStepDto Modifier and Type Field Description static Comparator<ComposableStepDto>ComposableStepDto. stepDtoComparatorMethods in com.chutneytesting.component.scenario.api.dto that return types with arguments of type ComposableStepDto Modifier and Type Method Description default List<ComposableStepDto>ComposableTestCaseDto.ComposableScenarioDto. componentSteps()List<ComposableStepDto>ImmutableComposableScenarioDto. componentSteps()default List<ComposableStepDto>ComposableStepDto. steps()List<ComposableStepDto>ImmutableComposableStepDto. steps()Methods in com.chutneytesting.component.scenario.api.dto with parameters of type ComposableStepDto Modifier and Type Method Description ImmutableComposableScenarioDto.BuilderImmutableComposableScenarioDto.Builder. addComponentSteps(ComposableStepDto element)Adds one element tocomponentStepslist.ImmutableComposableScenarioDto.BuilderImmutableComposableScenarioDto.Builder. addComponentSteps(ComposableStepDto... elements)Adds elements tocomponentStepslist.ImmutableComposableStepDto.BuilderImmutableComposableStepDto.Builder. addSteps(ComposableStepDto element)Adds one element tostepslist.ImmutableComposableStepDto.BuilderImmutableComposableStepDto.Builder. addSteps(ComposableStepDto... elements)Adds elements tostepslist.static ImmutableComposableStepDtoImmutableComposableStepDto. copyOf(ComposableStepDto instance)Creates an immutable copy of aComposableStepDtovalue.ImmutableComposableStepDto.BuilderImmutableComposableStepDto.Builder. from(ComposableStepDto instance)Fill a builder with attribute values from the providedComposableStepDtoinstance.ImmutableComposableScenarioDtoImmutableComposableScenarioDto. withComponentSteps(ComposableStepDto... elements)Copy the current immutable object with elements that replace the content ofcomponentSteps.ImmutableComposableStepDtoImmutableComposableStepDto. 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 ComposableStepDto Modifier and Type Method Description ImmutableComposableScenarioDto.BuilderImmutableComposableScenarioDto.Builder. addAllComponentSteps(Iterable<? extends ComposableStepDto> elements)Adds elements tocomponentStepslist.ImmutableComposableStepDto.BuilderImmutableComposableStepDto.Builder. addAllSteps(Iterable<? extends ComposableStepDto> elements)Adds elements tostepslist.ImmutableComposableScenarioDto.BuilderImmutableComposableScenarioDto.Builder. componentSteps(Iterable<? extends ComposableStepDto> elements)Sets or replaces all elements forcomponentStepslist.ImmutableComposableStepDto.BuilderImmutableComposableStepDto.Builder. steps(Iterable<? extends ComposableStepDto> elements)Sets or replaces all elements forstepslist.ImmutableComposableScenarioDtoImmutableComposableScenarioDto. withComponentSteps(Iterable<? extends ComposableStepDto> elements)Copy the current immutable object with elements that replace the content ofcomponentSteps.ImmutableComposableStepDtoImmutableComposableStepDto. withSteps(Iterable<? extends ComposableStepDto> elements)Copy the current immutable object with elements that replace the content ofsteps.
-