Jenkins: Using validateButton on a class without Descriptor
问题 I have a hudson.model.ManagementLink (which creates a page which can be accessed via Manage Jenkins . I have some form fields which I'd like to validate using the f:validateButton . If this were to be done on say the config.jelly page of a Publisher (which has a descriptor) a simple doXXX() method would work in the descriptor. If I add a similar doXXX() method directly to hudson.model.ManagementLink it is in fact accessible directly via the URL myPage/myMethod however the f:validateButton