Classes | |
class | WebResultsDisplay |
Functions | |
def | createDBConnection |
def | extractLogin |
def | getDBConnectionParams |
def | GetLabels |
def | getLogin |
def | GetReadLogStatus |
def | GetReleasesHeaders |
def | GetResultHeaders |
def | GetResultsList |
def | GetRunResults |
Variables | |
string | AUTH_PATH = "/afs/cern.ch/cms/DB/conddb/test/authentication.xml" |
string | DATABASE = "cms_orcoff_prep" |
string | USERNAME = "CMS_COND_REGRESSION" |
def web_results_display::createDBConnection | ( | ) |
Definition at line 31 of file web_results_display.py.
def web_results_display::extractLogin | ( | login | ) |
Definition at line 16 of file web_results_display.py.
def web_results_display::getDBConnectionParams | ( | ) |
Definition at line 37 of file web_results_display.py.
def web_results_display::GetLabels | ( | ) |
Definition at line 119 of file web_results_display.py.
def web_results_display::getLogin | ( | auth, | |
connStr | |||
) |
Definition at line 23 of file web_results_display.py.
def web_results_display::GetReadLogStatus | ( | label, | |
runId | |||
) |
Definition at line 140 of file web_results_display.py.
def web_results_display::GetReleasesHeaders | ( | label, | |
release = "" , |
|||
arch = "" |
|||
) |
Definition at line 126 of file web_results_display.py.
def web_results_display::GetResultHeaders | ( | label | ) |
Definition at line 133 of file web_results_display.py.
def web_results_display::GetResultsList | ( | runID | ) |
Definition at line 112 of file web_results_display.py.
def web_results_display::GetRunResults | ( | rid | ) |
Definition at line 105 of file web_results_display.py.
string web_results_display::AUTH_PATH = "/afs/cern.ch/cms/DB/conddb/test/authentication.xml" |
Definition at line 13 of file web_results_display.py.
string web_results_display::DATABASE = "cms_orcoff_prep" |
Definition at line 10 of file web_results_display.py.
string web_results_display::USERNAME = "CMS_COND_REGRESSION" |
Definition at line 11 of file web_results_display.py.