Home
last modified time | relevance | path

Searched refs:LAST_BUILD (Results 1 – 2 of 2) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformancesView.java118 static String LAST_BUILD; field in PerformancesView
121 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()
DBuildsView.java504 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()