Optional aftCfg: AftConfigPrivate Readonly _aftPrivate Readonly _pluginsPrivate Readonly _safeReadonly aftgets the first enabled IBuildInfoPlugin and returns the value from it's buidlName
function or a name consisting of USERNAME_MACHINENAME if no enabled plugins found
the build name generated by the first enabled IBuildInfoPlugin.buildName or
a name consisting of USERNAME_MACHINENAME if no enabled plugins found
gets the first enabled IBuildInfoPlugin and returns the value from it's buildNumber
function or a name consisting of the current date like: YYYYMMDD if no enabled plugins found
the build name generated by the first enabled IBuildInfoPlugin.buildNumber or
a name consisting of the current date like: YYYYMMDD if no enabled plugins found
generates a build specific string for use in identifying individual test execution runs across multiple projects in a CICD environment
either a string containing buildName_buildNumber or
if there are no enabled BuildInfoPlugin instances, a string
containing USERNAME_MACHINENAME_YYYYMMDD
Generated using TypeDoc
a class that manages the
BuildInfoPlugininstances that generate a build specific string for use in identifying individual test execution runs across multiple projects in a CICD environment returning either a string containingBUILDNAME_BUILDNUMBERor if there are no enabledBuildInfoPlugininstances, a string containingUSERNAME_MACHINENAME_YYYYMMDD