A set of work item IDs, used when filtering static items during a cook.
Methods ¶
__init__(strict=False)
Constructs a new filter, which defaults to including all work items. When
strict
is set, the filter requires exact matches. When not set, dependencies
from work items in the filter are implicitly included.
appendToSet(id)
Appends the work item ID to the set.
setNone()
Clears the filter.