Notifications: Global Beans Definitions?
Hi
Is there any documentation of the global beans passed to FreeMarker for the notification templates? A few fields are listed on http://confluence.jetbrains.net/display/TCD65/Customizing+Notifications, but I can't find any mention of what other fields are in the "link" bean, either in the documentation or in the public API.
I'm wondering whether there is a field for the Test Results tab, or whether it's ok to simply append "&tab=testsInfo" on the build URL. I'd rather not do the latter; it seems rather fragile.
I hope this makes sense.
I'm using TeamCity 6.5 Enterprise.
Please sign in to leave a comment.
Having looked into this, I have found that in fact the documentation is complete; the table given in the link above lists all the values passed to the templating engine.