forked from tfsaggregator/tfsaggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
Object Model
Giulio Vian edited this page Nov 14, 2015
·
3 revisions
Aggregator exposes three predefined objects or variables to your rules:
-
selfas the pivot for all computation. -
storeto access the entire set of work items. -
loggerto add a trace message to the log output
We will refer the TeamCollection containing the self work item as the current Collection.
Previous topic: Scripting Rules Next topic: Examples of Policies