Class StepVertex.StepVertexBuilder
java.lang.Object
com.chutneytesting.component.scenario.infra.wrapper.StepVertex.StepVertexBuilder
- Enclosing class:
- StepVertex
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(com.orientechnologies.orient.core.record.OVertex vertex) usingSession(com.orientechnologies.orient.core.db.ODatabaseSession dbSession) withDefaultParameters(Map<String, String> defaultParameters) withExecutionParameters(Map<String, String> executionParameters) withImplementation(Optional<String> implementation) withSteps(List<ComposableStep> steps) withStrategy(Strategy strategy)
-
Method Details
-
build
-
from
-
usingSession
public StepVertex.StepVertexBuilder usingSession(com.orientechnologies.orient.core.db.ODatabaseSession dbSession) -
withId
-
withName
-
withTags
-
withImplementation
-
withStrategy
-
withDefaultParameters
-
withExecutionParameters
-
withSteps
-