Class GlobalPropertyChangeHandler


  • @ServerSide
    @ExtensionPoint
    public abstract class GlobalPropertyChangeHandler
    extends java.lang.Object
    Observe changes of global properties done from web application. It does not support:
    • changes done by end-users from the page "Project Settings"
    • changes done in file conf/sonar.properties
    • change of default values
    Since:
    3.0
    • Constructor Detail

      • GlobalPropertyChangeHandler

        public GlobalPropertyChangeHandler()