Uses of Interface
com.chutneytesting.action.domain.ActionTemplate
Packages that use ActionTemplate
Package
Description
-
Uses of ActionTemplate in com.chutneytesting.action.api
Methods in com.chutneytesting.action.api with parameters of type ActionTemplateModifier and TypeMethodDescriptionstatic ActionDtoActionTemplateMapper.toDto(ActionTemplate actionTemplate) -
Uses of ActionTemplate in com.chutneytesting.action.domain
Classes in com.chutneytesting.action.domain that implement ActionTemplateMethods in com.chutneytesting.action.domain that return types with arguments of type ActionTemplateModifier and TypeMethodDescriptionActionTemplateRegistry.getAll()DefaultActionTemplateRegistry.getAll()ActionTemplateRegistry.getByIdentifier(String identifier) DefaultActionTemplateRegistry.getByIdentifier(String identifier) ActionTemplateLoader.load() -
Uses of ActionTemplate in com.chutneytesting.action.infra
Methods in com.chutneytesting.action.infra that return types with arguments of type ActionTemplate