Webhooks on child configuration do not work although the UI states that the setting is inherited.
The problem is that the setting returns null on child configurations because getConfigurationSetting is used instead of findConfigurationSetting
com.pmease.quickbuild.plugin.webhook/src/com/pmease/quickbuild/plugin/webhook/settings/WebHookConfigurationSetting.java#40