Class JobRunrConfiguration.MiscellaneousConfiguration

  • Enclosing class:
    JobRunrConfiguration

    public static class JobRunrConfiguration.MiscellaneousConfiguration
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean allowAnonymousDataUsage
      Allows to opt-out of anonymous usage statistics.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • allowAnonymousDataUsage

        @ConfigItem(defaultValue="true")
        public boolean allowAnonymousDataUsage
        Allows to opt-out of anonymous usage statistics. This setting is true by default and sends only the total amount of succeeded jobs processed by your cluster per day to show a counter on the JobRunr website for marketing purposes.
    • Constructor Detail

      • MiscellaneousConfiguration

        public MiscellaneousConfiguration()