BuildReference#
- class BuildReference(build_type=None, version=None, full_version=None, commit_id=None, short_commit_id=None, *args, **kwargs)[source]#
Bases:
object
Build information details
- Parameters:
build_type – (
build_type
) Software build typeversion – (
version
) Software versionfull_version – (
full_version
) Full name of software versioncommit_id – (
commit_id
) Commit Id used for versionshort_commit_id – (
short_commit_id
) Short commit Id used for version
- property build_type#
Software build type
- Type:
str
- property commit_id#
Commit Id used for version
- Type:
str
- property full_version#
Full name of software version
- Type:
str
- property short_commit_id#
Short commit Id used for version
- Type:
str
- property version#
Software version
- Type:
str