Home | History | Annotate | Download | only in model

Lines Matching defs:DESCRIPTORS

28 	// Property descriptors
59 private static Vector DESCRIPTORS;
61 DESCRIPTORS = new Vector();
63 DESCRIPTORS.add(getInfosDescriptor(status));
64 DESCRIPTORS.add(getWarningsDescriptor(status));
65 DESCRIPTORS.add(ERROR_DESCRIPTOR);
68 DESCRIPTORS.add(BUILD_DATE_DESCRIPTOR);
70 DESCRIPTORS.add(BUILD_BASELINE_DESCRIPTOR);
72 DESCRIPTORS.add(BUILD_COMMENT_DESCRIPTOR);
74 DESCRIPTORS.add(BUILD_SUMMARY_DESCRIPTOR);
76 DESCRIPTORS.add(BUILD_IS_BASELINE_DESCRIPTOR);
78 DESCRIPTORS.add(BUILD_TEST_FAILURE_DESCRIPTOR);
80 DESCRIPTORS.add(BUILD_TEST_DELTA_DESCRIPTOR);
82 DESCRIPTORS.add(BUILD_TEST_ERROR_DESCRIPTOR);
84 DESCRIPTORS.add(BUILD_STUDENTS_TTEST_DESCRIPTOR);
87 DESCRIPTORS.add(COMMENT_DESCRIPTOR);
89 return DESCRIPTORS;
133 return DESCRIPTORS;
190 Vector descriptors = getDescriptors();
191 if (descriptors == null) {
192 descriptors = initDescriptors(getStatus());
194 int size = descriptors.size();
199 descriptorsArray[i] = (IPropertyDescriptor) descriptors.get(i);