Uses of Class
com.trivago.cluecumber.engine.json.pojo.Tag
-
-
Uses of Tag in com.trivago.cluecumber.engine.json.pojo
Methods in com.trivago.cluecumber.engine.json.pojo that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Element. getTags()Get the list of tags of this scenario.List<Tag>Report. getTags()Get the feature tags.Method parameters in com.trivago.cluecumber.engine.json.pojo with type arguments of type Tag Modifier and Type Method Description voidElement. setTags(List<Tag> tags)Set the scenario tags.voidReport. setTags(List<Tag> tags)Set the feature tags. -
Uses of Tag in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return Tag Modifier and Type Method Description TagAllScenariosPageCollection. getTagFilter()Get the current tag filter to filter scenario by a specific tag.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return types with arguments of type Tag Modifier and Type Method Description Map<Tag,ResultCount>AllTagsPageCollection. getTagResultCounts()Get a map ofResultCountlists connected to tag names.Set<Tag>AllTagsPageCollection. getTags()Get all tags.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Tag Modifier and Type Method Description voidAllScenariosPageCollection. setTagFilter(Tag tagFilter)Set the current tag filter to filter scenario by a specific tag. -
Uses of Tag in com.trivago.cluecumber.engine.rendering.pages.renderering
Methods in com.trivago.cluecumber.engine.rendering.pages.renderering with parameters of type Tag Modifier and Type Method Description StringAllScenariosPageRenderer. getRenderedContentByTagFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Tag tag)Get the rendered HTML content after applying a tag filter.
-