|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.test.internal.performance.results.DB_Results
public class DB_Results
Specific and private implementation of DB
class
to get massive results from performance results database.
TODO (frederic) Should be at least a subclass of DB
...
Method Summary | |
---|---|
static java.lang.String[] |
getBuilds()
Returns all the builds names read from the database. |
static java.lang.String[] |
getComponents()
Get all components read from database. |
static java.lang.String |
getLastBaselineBuild(java.lang.String date)
Return the ID of the last baseline build before the given date. |
static java.lang.String |
getLastCurrentBuild()
Return the ID of the last baseline build. |
static java.util.List |
getScenarios()
Returns all the scenarios names read from the database. |
static java.util.Map |
queryAllScenarios()
Get all scenarios read from database. |
static void |
shutdown()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void shutdown()
public static java.lang.String[] getBuilds()
public static java.lang.String[] getComponents()
public static java.lang.String getLastBaselineBuild(java.lang.String date)
date
- The date the baseline must be run before. If null
return the last baseline build stored in the DB.
null
if none was run before it...public static java.lang.String getLastCurrentBuild()
public static java.util.List getScenarios()
internalQueryBuildScenarios(String, String)
public static java.util.Map queryAllScenarios()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |