Uses of Interface
com.chutneytesting.task.domain.TaskTemplateRegistry
-
Packages that use TaskTemplateRegistry Package Description com.chutneytesting com.chutneytesting.engine.domain.execution.engine com.chutneytesting.task.api com.chutneytesting.task.domain -
-
Uses of TaskTemplateRegistry in com.chutneytesting
Methods in com.chutneytesting that return TaskTemplateRegistry Modifier and Type Method Description TaskTemplateRegistryExecutionConfiguration. taskTemplateRegistry() -
Uses of TaskTemplateRegistry in com.chutneytesting.engine.domain.execution.engine
Constructors in com.chutneytesting.engine.domain.execution.engine with parameters of type TaskTemplateRegistry Constructor Description DefaultStepExecutor(TaskTemplateRegistry taskTemplateRegistry) -
Uses of TaskTemplateRegistry in com.chutneytesting.task.api
Constructors in com.chutneytesting.task.api with parameters of type TaskTemplateRegistry Constructor Description EmbeddedTaskEngine(TaskTemplateRegistry taskTemplateRegistry) -
Uses of TaskTemplateRegistry in com.chutneytesting.task.domain
Classes in com.chutneytesting.task.domain that implement TaskTemplateRegistry Modifier and Type Class Description classDefaultTaskTemplateRegistry
-