Class Audits


  • @Beta
    public class Audits
    extends java.lang.Object
    Audits domain allows investigation of page violations and possible improvements.
    • Constructor Detail

      • Audits

        public Audits()
    • Method Detail

      • disable

        public static Command<java.lang.Void> disable()
        Disables issues domain, prevents further issues from being reported to the client.
      • enable

        public static Command<java.lang.Void> enable()
        Enables issues domain, sends the issues collected so far to the client by means of the `issueAdded` event.