QualificationVersionInfo | R Documentation |
Object defining Qualification Version Information to be displayed on title page
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"
)
QualificationVersionInfo$getQualificationPlanReleasePattern()
QualificationVersionInfo$setQualificationPlanReleasePattern()
new()
Create a new QualificationVersionInfo
object.
QualificationVersionInfo$new( qualificationPlanRelease = NULL, osp = NULL, qualificationFramework = NULL )
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"
)
A new QualificationVersionInfo
object
print()
Print version information
QualificationVersionInfo$print()
A text with system information
updateText()
Update text
if patterns of version info are found
QualificationVersionInfo$updateText(text)
text
character string
Updated character string
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
QualificationVersionInfo$getQualificationPlanReleasePattern()
A character
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
QualificationVersionInfo$getOSPPattern()
A character
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
QualificationVersionInfo$getQualificationFrameworkPattern()
A character
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
QualificationVersionInfo$setQualificationPlanReleasePattern(pattern)
pattern
characters to be replaced in title page
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
QualificationVersionInfo$setOSPPattern(pattern)
pattern
characters to be replaced in title page
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
QualificationVersionInfo$setQualificationFrameworkPattern(pattern)
pattern
characters to be replaced in title page
clone()
The objects of this class are cloneable with this method.
QualificationVersionInfo$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other qualification workflow:
ConfigurationPlan
,
adjustTitlePage()
,
loadConfigurationPlan()
,
loadQualificationWorkflow()
,
startQualificationRunner()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.