Searched refs:LAST_BUILD (Results 1 – 2 of 2) sorted by relevance
118 static String LAST_BUILD; field in PerformancesView121 if (LAST_BUILD != null && element instanceof BuildResultsElement) {123 return buildElement.isBefore(LAST_BUILD);204 LAST_BUILD = lastBuild == null || lastBuild.length() == 0 ? null : lastBuild; in PerformancesView()222 if (LAST_BUILD != null) { in changeDataDir()223 …(PerformancesView.this.shell, getTitleToolTip(), "Only builds before "+LAST_BUILD+" will be taken … in changeDataDir()561 PerformancesView.this.results.readLocal(PerformancesView.this.dataDir, monitor, LAST_BUILD); in readLocalFiles()
504 boolean sameLastBuild = (noLastBuild && LAST_BUILD == null) || lastBuild.equals(LAST_BUILD); in resetView()515 LAST_BUILD = noLastBuild ? null : lastBuild; in resetView()516 this.results.setLastBuildName(LAST_BUILD); in resetView()517 siblingView.results.setLastBuildName(LAST_BUILD); in resetView()