[Anthill-pro] Re: Notify Admins when build fails
Mockel Frederic
f.mockel at enbw.com
Thu Feb 7 02:25:03 CST 2008
Hi Steve,
thank you for your script, but i only get a message in the log that no users
where found for notifying.
Freddy
Gentlemen,
Here is an example of a short script, that will return all the users for a
named role.
----------
*import* com.urbancode.anthill3.domain.security.*;
*return*
UserFactory.getInstance().restoreAllForRole(RoleFactory.getInstance().restor
eForName("Build
Master"));
More information about the Anthill-pro
mailing list