parallel_exclude_rules

Set Option: Model object attribute

Contains a set of rules defining which version will be excluded form parallel notification.

These syntaxes are supported:

Syntax
Description
attrname=attrvalue
Excludes any parallel CVs whose attrname attribute value matches attrvalue.

Example: status=rejected

attrname!=attrvalue
Excludes any parallel CVs whose attrname attribute value does not match attrvalue.

Example: is_product!=TRUE

EXISTS(attrname)
Excludes any parallel CVs that have an attribute named attrname.

Example: EXISTS(is_product)

EXCLUDE_NON_LEAF_NODES
Excludes any non-leaf nodes on parallel versions.
NOT_EXISTS(attrname)
Excludes any parallel CVs that don’t have an attribute named attrname.

Example: NOT_EXISTS(is_product)

MATCHING(attrname)
Excludes any parallel versions for which the attrname attribute value matches that of the self version.

Example: MATCHING(release)

NOT_MATCHING(attrname)
Excludes any parallel versions for which the attrname attribute doesn’t match that of the self version.

Example: NOT_MATCHING(release)

The default value of this attribute is:

status=rejected
is_product=TRUE
EXCLUDE_NON_LEAF_NODES
NOT_MATCHING(release)

Additional Information:

For information about how to set model attribute options, see Setting model object attribute options.


Feedback