What is the type of the "artifactory { ... }" block in my build.gradle?

Thank you. I found this, it briefly explains the difference between a plugin convention and a plugin extension: What's the difference between plugin conventions vs plugin extensions?

Plugin convention is the old way, plugin extensions is the new way.

So what I try to do would be easier if JFrog had used a plugin extension. Or maybe that was a conscious decision on their part.