OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:milestone
(Results
1 - 6
of
6
) 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/
PerformanceResultsPreferencePage.java
228
this.milestonesCombo.setToolTipText("Enter the date of the
milestone
as yyyymmddHHMM");
543
String
milestone
= store.getDefaultString(prefix + "0");
local
545
while (
milestone
!= null &&
milestone
.length() > 0) {
546
this.milestonesCombo.add(
milestone
);
547
milestone
= store.getDefaultString(prefix + ++index);
611
String
milestone
= store.getString(prefix + index);
local
612
while (
milestone
!= null &&
milestone
.length() > 0) {
613
this.milestonesCombo.add(
milestone
);
756
String
milestone
=
milestone
Date.substring(
milestone
Date.indexOf('-')+1);
local
867
final String
milestone
=
milestone
Name + "-" +
milestone
Date;
local
1016
String
milestone
= store.getString(prefix + count);
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java
138
boolean
milestone
;
field in class:BuildResultsElement
309
this.
milestone
= Util.isMilestone(getName());
310
this.important = this.
milestone
|| Util.getNextMilestone(this.name) == null;
334
* This is the case for
milestone
builds or for the last builds.
343
* Returns whether the build is a
milestone
one or not.
348
return this.
milestone
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java
260
* Returns the date of the
milestone
corresponding at the given index.
262
* @param index The index of the
milestone
273
* Returns the
milestone
matching the given build name.
276
* @return The
milestone
as a string (e.g. M1)
293
* Returns the name the
milestone
matching the given build name.
296
* @return The
milestone
name as a string (e.g. M1)
313
* Returns whether the given build name is a
milestone
or not.
316
* @return <code>true</code> if the build name matches a
milestone
one,
324
* Returns the name of the
milestone
which run after the given build name
325
* or <code>null</code> if there's no
milestone
since the build has run
544
String
milestone
= preferences.get(prefix + index, null);
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java
189
private String
milestone
;
field in class:UpdateBugStateTask
210
milestone
= EMPTY;
311
milestone
= m;
330
if (!bugList.equals(EMPTY) && endDate.equals(EMPTY) &&
milestone
.equals(EMPTY) && product.equals(EMPTY))
360
(!
milestone
.equals(EMPTY) ?
milestone
+ SP : EMPTY) +
367
+ URL_CHFIELDTO + urlEncode(endDate) + URL_TARGET_MILESTONE + urlEncode(
milestone
) + CTYPE_RDF;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 645 milliseconds