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()List<Tag>Report. getTags()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)voidReport. setTags(List<Tag> 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()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()Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Tag Modifier and Type Method Description voidAllScenariosPageCollection. setTagFilter(Tag tagFilter) -
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)
-