Uses of Interface
com.chutneytesting.action.domain.ActionTemplate
-
Packages that use ActionTemplate Package Description com.chutneytesting.action.api com.chutneytesting.action.domain com.chutneytesting.action.infra -
-
Uses of ActionTemplate in com.chutneytesting.action.api
Methods in com.chutneytesting.action.api with parameters of type ActionTemplate Modifier and Type Method Description static ActionDtoActionTemplateMapper. toDto(ActionTemplate actionTemplate) -
Uses of ActionTemplate in com.chutneytesting.action.domain
Classes in com.chutneytesting.action.domain that implement ActionTemplate Modifier and Type Class Description classActionTemplateV2Methods in com.chutneytesting.action.domain that return types with arguments of type ActionTemplate Modifier and Type Method Description Collection<ActionTemplate>ActionTemplateRegistry. getAll()Collection<ActionTemplate>DefaultActionTemplateRegistry. getAll()Optional<ActionTemplate>ActionTemplateRegistry. getByIdentifier(String identifier)Optional<ActionTemplate>DefaultActionTemplateRegistry. getByIdentifier(String identifier)List<ActionTemplate>ActionTemplateLoader. load()ResultOrError<ActionTemplate,ParsingError>ActionTemplateParser. parse(Class<? extends T> actionClass)ResultOrError<ActionTemplate,ParsingError>ActionTemplateParserV2. parse(Class<? extends Action> taskClass) -
Uses of ActionTemplate in com.chutneytesting.action.infra
Methods in com.chutneytesting.action.infra that return types with arguments of type ActionTemplate Modifier and Type Method Description List<ActionTemplate>DefaultActionTemplateLoader. load()
-