Uses of Class
com.trivago.cluecumber.engine.json.pojo.Report
-
Packages that use Report Package Description com.trivago.cluecumber.engine.json com.trivago.cluecumber.engine.json.processors com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections -
-
Uses of Report in com.trivago.cluecumber.engine.json
Methods in com.trivago.cluecumber.engine.json that return Report Modifier and Type Method Description Report[]JsonPojoConverter. convertJsonToReportPojos(String json)Methods in com.trivago.cluecumber.engine.json that return types with arguments of type Report Modifier and Type Method Description List<Report>JsonPojoConverter. readJsonStream(InputStream in) -
Uses of Report in com.trivago.cluecumber.engine.json.processors
Methods in com.trivago.cluecumber.engine.json.processors with parameters of type Report Modifier and Type Method Description voidReportJsonPostProcessor. postDeserialize(Report report, com.google.gson.JsonElement jsonElement, com.google.gson.Gson gson)voidReportJsonPostProcessor. postSerialize(com.google.gson.JsonElement jsonElement, Report report, com.google.gson.Gson gson)Method parameters in com.trivago.cluecumber.engine.json.processors with type arguments of type Report Modifier and Type Method Description voidElementIndexPreProcessor. addScenarioIndices(List<Report> reports) -
Uses of Report in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return types with arguments of type Report Modifier and Type Method Description List<Report>AllScenariosPageCollection. getReports()Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Report Modifier and Type Method Description voidAllScenariosPageCollection. addReports(Report[] reportList)Constructor parameters in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with type arguments of type Report Constructor Description AllFeaturesPageCollection(List<Report> reports, String pageTitle)AllStepsPageCollection(List<Report> reports, String pageTitle)AllTagsPageCollection(List<Report> reports, String pageTitle)
-