The following sample verifies that all reviews have been closed and approved, and reviews are required for all packages.
PROJECT="[project]" PACKAGENAMES="[package]" ACTION=VERIFY REQUIRED=YES SCOPE=ALL
PROJECT="[project]" PACKAGENAMES="[package]" ACTION=VERIFY REQUIRED=YES SCOPE=ALL VERSIONCHECK=YES
The following sample verifies that if there are reviews associated with a package all of them have been closed and approved. Reviews are not required. That is, if a package does not have any reviews, it passes verification. If the package does have reviews, all the reviews must be closed and approved.
PROJECT="[project]" PACKAGENAMES="[package]" ACTION=VERIFY REQUIRED=NO SCOPE=ALL
PROJECT="[project]" PACKAGENAMES="[package]" ACTION=VERIFY REQUIRED=NO SCOPE=ALL VERSIONCHECK=YES
The following sample verifies that if there are reviews associated with a package at least one of them has been closed and approved. Reviews are required. That is, a package must have reviews. If the package has more than one review, only one of them must be closed and approved.
PROJECT="[project]" PACKAGENAMES="[package]" ACTION=VERIFY REQUIRED=YES SCOPE=ANY
PROJECT="[project]" PACKAGENAMES="[package]" ACTION=VERIFY REQUIRED=YES SCOPE=ANY VERSIONCHECK=YES
The following sample verifies that if there are reviews associated with a package at least one of them has been closed and approved. Reviews are not required. That is, if a package does not have any reviews, it is passes verification. If the package does have reviews, at least one of them must be closed and approved.
PROJECT="[project]" PACKAGENAMES="[package]" ACTION=VERIFY REQUIRED=NO SCOPE=ANY
PROJECT="[project]" PACKAGENAMES="[package]" ACTION=VERIFY REQUIRED=NO SCOPE=ANY VERSIONCHECK=YES
|
Copyright © 2013 CA.
All rights reserved.
|
|