I'm developing a plugin creating slaves. It needs to configure tools at the slave. It does that by setting the corresponding NodeProperties. ToolLocationNodeProperty require tool descriptor, name and location. Tool descriptor and name are to be configured at the Jenkins master. The configured tool types are provided by ToolInstallation.all()
How to get the configured names for each tool type?
