Uses of Class
com.chutneytesting.component.scenario.domain.ComposableStep
-
-
Uses of ComposableStep in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api that return ComposableStep Modifier and Type Method Description static ComposableStepComposableStepMapper. fromDto(ComposableStepDto dto)Methods in com.chutneytesting.component.scenario.api with parameters of type ComposableStep Modifier and Type Method Description static ComposableStepDtoComposableStepMapper. toDto(ComposableStep composableStep) -
Uses of ComposableStep in com.chutneytesting.component.scenario.domain
Fields in com.chutneytesting.component.scenario.domain with type parameters of type ComposableStep Modifier and Type Field Description List<ComposableStep>ComposableScenario. composableStepsList<ComposableStep>ComposableStep. stepsMethods in com.chutneytesting.component.scenario.domain that return ComposableStep Modifier and Type Method Description ComposableStepComposableStep.ComposableStepBuilder. build()ComposableStepComposableStepRepository. findById(String recordId)ComposableStepComposableStep. usingExecutionParameters(Map<String,String> executionParameters)Methods in com.chutneytesting.component.scenario.domain that return types with arguments of type ComposableStep Modifier and Type Method Description List<ComposableStep>ComposableStepRepository. findAll()Methods in com.chutneytesting.component.scenario.domain with parameters of type ComposableStep Modifier and Type Method Description ComposableStep.ComposableStepBuilderComposableStep.ComposableStepBuilder. from(ComposableStep instance)StringComposableStepRepository. save(ComposableStep step)Method parameters in com.chutneytesting.component.scenario.domain with type arguments of type ComposableStep Modifier and Type Method Description ComposableScenario.ComposableScenarioBuilderComposableScenario.ComposableScenarioBuilder. withComposableSteps(List<ComposableStep> composableSteps)ComposableStep.ComposableStepBuilderComposableStep.ComposableStepBuilder. withSteps(List<ComposableStep> steps)Constructors in com.chutneytesting.component.scenario.domain with parameters of type ComposableStep Constructor Description AlreadyExistingComposableStepException(ComposableStep composableStep) -
Uses of ComposableStep in com.chutneytesting.component.scenario.infra
Methods in com.chutneytesting.component.scenario.infra that return ComposableStep Modifier and Type Method Description ComposableStepOrientComposableStepRepository. findById(String recordId)static ComposableStepOrientComposableStepMapper. vertexToComposableStep(StepVertex vertex)Methods in com.chutneytesting.component.scenario.infra that return types with arguments of type ComposableStep Modifier and Type Method Description List<ComposableStep>OrientComposableStepRepository. findAll()static List<ComposableStep>OrientComposableStepMapper. vertexToComposableStep(List<StepVertex> subSteps)Methods in com.chutneytesting.component.scenario.infra with parameters of type ComposableStep Modifier and Type Method Description StringOrientComposableStepRepository. save(ComposableStep composableStep) -
Uses of ComposableStep in com.chutneytesting.component.scenario.infra.wrapper
Method parameters in com.chutneytesting.component.scenario.infra.wrapper with type arguments of type ComposableStep Modifier and Type Method Description StepVertex.StepVertexBuilderStepVertex.StepVertexBuilder. withSteps(List<ComposableStep> steps)TestCaseVertex.TestCaseVertexBuilderTestCaseVertex.TestCaseVertexBuilder. withSteps(List<ComposableStep> composableSteps)
-