| Nicolas De Loof the plugin is now up to Java8, but I'm not sure about the PersistedList - I need a bit of time to investigate this, Its a while ago since I changed that implementation to what it is now and I remember there where many issues about it. But there is already an Getter: org.jenkinsci.plugins.configfiles.GlobalConfigFiles#getConfigs() - ist this OK, do you only need a Setter in addition to this one? What about the config files on folders level? There is also a org.jenkinsci.plugins.configfiles.folder.FolderConfigFileProperty which has about the same functionality as the GlobalConfigFiles, but can exist on each folder. Do you need the same there too? ...what 'component' are you talking about to add a '@Symbol'? - three are already two:
- configFileProvider -> org.jenkinsci.plugins.configfiles.buildwrapper.ConfigFileBuildWrapper.DescriptorImpl
- configFile -> org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile.DescriptorImpl
|