ikedam commented on Improvement JENKINS-20812
  • config.jelly of subclass of QueueItemAuthenticator will be shown in Configure Global Security page.
  • Jenkins handles global.jelly in core/src/main/resources/jenkins/model/Jenkins/configure.jelly (showing) and jenkins.model.Jenkins#doConfigSubmit (saving).
    • Jenkins provides GlobalConfigurationCategory since 1.494. It provides a mechanism to define where to display global.jelly. I would better consider using this.
    • Is there a case that a subclass of AuthorizeProjectStrategy wants to display some of fields in System Configuration page and others in Configure Global Security page? But I think it easily causes troubles so that I want to force extensions to display all fields either in System Configuration page or Configure Global Security page.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to