After attempting to upgrade to QB13 to resolve the step prebuild script behavior bug, we are seeing some deprecated functionality in some of our build scripts that I would need to know how to replace before rolling this version to production.
We have some groovy source code that we use to determine if a grid node belongs to a specific resource. It needs to function whether or not that node is currently in use by that resource, or idle, but ready to be used as that resource. The function used to be:
(resource.getCount(gridNode) > 0)
but getCount() no longer can take a gridNode object in qb13. What should we be doing instead? It's important that the result of the code query lets us know if a grid node belongs to a resource whether or not it is actively in use when queried.
Thanks for your help.
Tom Z