ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/tracked/GetTrackedBranchTestResults.java [102:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @Nullable @QueryParam("branch") String branch,
        @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) {
        return latestBuildResults(branch, checkAllLogs, trustedTests, tagSelected, tagForHistSelected,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/tracked/GetTrackedBranchTestResults.java [121:132]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @Nullable @QueryParam("branch") String branch,
        @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) {
        return latestBuildResults(branch, checkAllLogs, trustedTests, tagSelected, tagForHistSelected,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



