Object defining Qualification Version Information to be displayed on title page
See also
Other qualification workflow:
ConfigurationPlan
,
adjustTitlePage()
,
loadConfigurationPlan()
,
loadQualificationWorkflow()
,
startQualificationRunner()
Public fields
qualificationPlanRelease
Qualification Plan Release Version (string, e.g. `"1.1"`)
osp
OSP version (string, e.g. `"10.0"`)
qualificationFramework
Qualification Framework version (string, e.g. `"3.0"`)
Methods
Public methods
Method new()
Create a new `QualificationVersionInfo` object.
Usage
QualificationVersionInfo$new(
qualificationPlanRelease = NULL,
osp = NULL,
qualificationFramework = NULL
)
Method print()
Print version information
Method getQualificationPlanReleasePattern()
Get the Qualification Plan Release Version pattern to be replaced in title page **Caution, the function `gsub` is used to replace the pattern** **Escape characters may be included in the pattern**
Method getOSPPattern()
Get the OSP version pattern to be replaced in title page **Caution, the function `gsub` is used to replace the pattern** **Escape characters may be included in the pattern**
Method getQualificationFrameworkPattern()
Get the Qualification Framework version pattern to be replaced in title page **Caution, the function `gsub` is used to replace the pattern** **Escape characters may be included in the pattern**
Method setQualificationPlanReleasePattern()
Set the Qualification Plan Release Version pattern to be replaced in title page **Caution, the function `gsub` is used to replace the pattern.** **You may need to include escape characters in `pattern`**
Method setOSPPattern()
Set the OSP version pattern to be replaced in title page **Caution, the function `gsub` is used to replace the pattern.** **You may need to include escape characters in `pattern`**
Method setQualificationFrameworkPattern()
Set the Qualification Framework version pattern to be replaced in title page **Caution, the function `gsub` is used to replace the pattern.** **You may need to include escape characters in `pattern`**