![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, label, git_hash=None, creation_date=None, color=None) | |
Public Attributes | |
color = color | |
the color which was used for this revision in the comparison plots | |
label = label | |
label (or tag) used to display this revision | |
creation_date = creation_date | |
date when the validation output of this revision was created, as datetime object | |
creation_timezone = creation_timezone | |
timezone used by the creation date | |
git_hash = git_hash | |
The git commit hash which has the HEAD while the validation scripts were executed. | |
bool | most_recent = False |
is this the most recent revision in the list this revision is contained ? | |
list | packages = [] if (packages is None) else packages |
list of packages contained in this revision | |
Revision information enriched by the information gained during a comparison.
Definition at line 553 of file json_objects.py.
__init__ | ( | self, | |
label, | |||
git_hash = None, | |||
creation_date = None, | |||
color = None ) |
Create a new ComparisonRevision object and fill all members
Definition at line 560 of file json_objects.py.
color = color |
the color which was used for this revision in the comparison plots
Definition at line 569 of file json_objects.py.
|
inherited |
date when the validation output of this revision was created, as datetime object
Definition at line 57 of file json_objects.py.
|
inherited |
timezone used by the creation date
Definition at line 60 of file json_objects.py.
|
inherited |
The git commit hash which has the HEAD while the validation scripts were executed.
Definition at line 64 of file json_objects.py.
|
inherited |
label (or tag) used to display this revision
Definition at line 53 of file json_objects.py.
|
inherited |
is this the most recent revision in the list this revision is contained ?
Definition at line 68 of file json_objects.py.
|
inherited |
list of packages contained in this revision
Definition at line 71 of file json_objects.py.