Skip to content

ZosTestReleaseResult

The ZosTestReleaseResult object shows a result from a Test Release or Test Area operation.

The test results are returned by the Test method of ZosRelease and by the Test method of ZosReleaseArea.

ZosTestReleaseResult Properties

ZosCheckInStatus exposes the following properties:

Property Type R/W Description
Release String R Release name.
ReleaseArea String R Release area name.
ComponentType String R Failing component type (library type).
ComponentName String R Failing component name.
Package String R Failing package name.
User String R Failing component user ID.
OriginPackage String R Originating package name.
OriginUser String R Originating component user ID.
SourceComponentType String R Source component type (library type).
SourceComponentName String R Source component name.
Reason String R Reason for failure description.
ReasonCode Char R Failure reason code.
PackageStatus ZosPackageStatus R Package status.

...

Back to top