OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LAST_BUILD
(Results
1 - 2
of
2
) sorted by null
/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/
PerformancesView.java
118
static String
LAST_BUILD
;
121
if (
LAST_BUILD
!= null && element instanceof BuildResultsElement) {
123
return buildElement.isBefore(
LAST_BUILD
);
204
LAST_BUILD
= lastBuild == null || lastBuild.length() == 0 ? null : lastBuild;
222
if (
LAST_BUILD
!= null) {
223
if (!MessageDialog.openConfirm(PerformancesView.this.shell, getTitleToolTip(), "Only builds before "+
LAST_BUILD
+" will be taken into account!\nDo you want to continue?")) {
542
//
LAST_BUILD
= null;
546
//
LAST_BUILD
= newValue;
561
PerformancesView.this.results.readLocal(PerformancesView.this.dataDir, monitor,
LAST_BUILD
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 32 milliseconds