Open duemir opened 1 year ago
Example https://github.com/jenkinsci/jenkins/blob/1ecf191f32d8383661ecf9442a3117047dbd1acf/core/src/main/resources/jenkins/tools/GlobalToolConfiguration/index.groovy#L6-L7
If tag library is available as a class, IntelliJ needs to know that the namespace method returns an object of the same type as a parameter class.
namespace
Example https://github.com/jenkinsci/jenkins/blob/1ecf191f32d8383661ecf9442a3117047dbd1acf/core/src/main/resources/jenkins/tools/GlobalToolConfiguration/index.groovy#L6-L7
If tag library is available as a class, IntelliJ needs to know that the
namespace
method returns an object of the same type as a parameter class.