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 type

  • version – (version) Software version

  • full_version – (full_version) Full name of software version

  • commit_id – (commit_id) Commit Id used for version

  • short_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

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property version#

Software version

Type:

str