Home | History | Annotate | Download | only in db

Lines Matching defs:builds

43 void completeResults(String[] builds) {
46 DB_Results.queryScenarioSummaries(scenarioResults, this.name, builds);
133 * @param buildPattern The pattern of searched builds
134 * @return The list of the builds which names match the given pattern.
138 List builds = new ArrayList();
143 builds.add(buildResults);
146 return builds;
153 * @return The list of the builds which precedes the given build name.
157 List builds = new ArrayList();
162 builds.add(buildResults);
165 return builds;
172 * @return A list of builds which names start with one of the given patterns.
175 List builds = new ArrayList();
183 builds.add(buildResults);
187 return builds;
191 * Get all results numbers for the max last builds.
193 * @param max The number of last builds to get numbers.
196 * the given numbers as soon as there are enough builds in the database.
210 // Return null if no previous builds are expected
342 * Returns the delta between current and baseline builds results.
354 * Returns the standard error of the delta between current and baseline builds results.
376 * Get all dimension builds default dimension statistics for all builds.
391 * Get all dimension builds default dimension statistics for a given list of build
394 * @param prefixes List of prefixes to filter builds. If <code>null</code>
395 * then all the builds are taken to compute statistics.
409 * Get all dimension builds statistics for a given list of build prefixes
412 * @param prefixes List of prefixes to filter builds. If <code>null</code>
413 * then all the builds are taken to compute statistics.
463 // Get performance results builds name
470 // Set baseline and current builds
580 * @param n Number of last nightly builds to return
601 * Read all configuration builds results data from the given stream.
651 * Write all configuration builds results data into the given stream.