Class AnalyticsArgs

java.lang.Object
liquibase.analytics.configuration.AnalyticsArgs
All Implemented Interfaces:
AutoloadedConfigurations

public class AnalyticsArgs extends Object implements AutoloadedConfigurations
  • Field Details

  • Constructor Details

    • AnalyticsArgs

      public AnalyticsArgs()
  • Method Details

    • isAnalyticsEnabled

      public static boolean isAnalyticsEnabled() throws Exception
      Check whether analytics are enabled. This method handles all the various ways that analytics can be enabled or disabled and should be the primary way to validate whether analytics are turned on. You should not use the argument ENABLED.
      Returns:
      true if analytics are enabled, false otherwise.
      Throws:
      Exception - if there was a problem determining the enabled status of analytics