ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/tracked/GetTrackedBranchTestResults.java [85:94]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @Nullable @QueryParam("checkAllLogs") Boolean checkAllLogs,
        @Nullable @QueryParam("trustedTests") Boolean trustedTests,
        @Nullable @QueryParam("tagSelected") String tagSelected,
        @Nullable @QueryParam("tagForHistSelected") String tagForHistSelected,
        @Nullable @QueryParam("displayMode") String displayMode,
        @Nullable @QueryParam("sortOption") String sortOption,
        @Nullable @QueryParam("count") Integer mergeCnt,
        @Nullable @QueryParam("showTestLongerThan") Integer showTestLongerThan,
        @Nullable @QueryParam("muted") Boolean showMuted,
        @Nullable @QueryParam("ignored") Boolean showIgnored) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/tracked/GetTrackedBranchTestResults.java [103:112]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @Nullable @QueryParam("checkAllLogs") Boolean checkAllLogs,
        @Nullable @QueryParam("trustedTests") Boolean trustedTests,
        @Nullable @QueryParam("tagSelected") String tagSelected,
        @Nullable @QueryParam("tagForHistSelected") String tagForHistSelected,
        @Nullable @QueryParam("displayMode") String displayMode,
        @Nullable @QueryParam("sortOption") String sortOption,
        @Nullable @QueryParam("count") Integer mergeCnt,
        @Nullable @QueryParam("showTestLongerThan") Integer showTestLongerThan,
        @Nullable @QueryParam("muted") Boolean showMuted,
        @Nullable @QueryParam("ignored") Boolean showIgnored) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



