|
||||||||
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.
I think you mean AuthorizeProjectStrategyDescriptor does not call Descriptor#load() in its construction.
As I described in https://github.com/jenkinsci/authorize-project-plugin/pull/1#discussion_r8547320 , I want AuthorizeProjectStrategyDescriptor acts just like Descriptor and not to call Descriptor#load() automatically.
Also see comments in Descriptor#<init>, https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/Descriptor.java#L249 .