Class Settings


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class Settings
    extends Object
    Class for managing the strategy. This class will be converted to additional UI at some point. Now it stores System properties only.
    Since:
    2.3.1
    Author:
    Oleg Nenashev
    • Field Detail

      • VIEW_CACHE_MAX_SIZE

        public static final int VIEW_CACHE_MAX_SIZE
        Defines maximum size of the View cache. This cache is being used when the macro ContainedInView is used. Changing of this option requires a Jenkins restart.
        Since:
        570
      • VIEW_CACHE_EXPIRATION_TIME_SEC

        public static final int VIEW_CACHE_EXPIRATION_TIME_SEC
        Defines lifetime of entries in the View cache. This cache is being used when the macro ContainedInView is used. Changing of this option requires a Jenkins restart.
        Since:
        570
      • USER_DETAILS_CACHE_MAX_SIZE

        public static final int USER_DETAILS_CACHE_MAX_SIZE
        Defines maximum size of the User details cache. This cache is being used when TREAT_USER_AUTHORITIES_AS_ROLES is enabled. Changing of this option requires Jenkins restart.
        Since:
        2.3.1
      • USER_DETAILS_CACHE_EXPIRATION_TIME_SEC

        public static final int USER_DETAILS_CACHE_EXPIRATION_TIME_SEC
        Defines lifetime of entries in the User details cache. This cache is being used when TREAT_USER_AUTHORITIES_AS_ROLES is enabled. Changing of this option requires Jenkins restart.
        Since:
        2.3.1