Enum Features

    • Enum Constant Detail

      • ENHANCED_NODES

        public static final Features ENHANCED_NODES
      • REPOSITORY

        public static final Features REPOSITORY
      • WEBHOOKS

        public static final Features WEBHOOKS
      • CLEAN_EXECUTIONS_HISTORY

        public static final Features CLEAN_EXECUTIONS_HISTORY
      • CLEAN_EXECUTIONS_HISTORY_ASYNC_START

        public static final Features CLEAN_EXECUTIONS_HISTORY_ASYNC_START
      • LEGACY_PROJECT_NODES_UI

        public static final Features LEGACY_PROJECT_NODES_UI
      • OPTION_VALUES_PLUGIN

        public static final Features OPTION_VALUES_PLUGIN
      • EMAIL_CSS_FRAMEWORK

        public static final Features EMAIL_CSS_FRAMEWORK
      • WORKFLOW_DYNAMIC_STEP_SUMMARY_GUI

        public static final Features WORKFLOW_DYNAMIC_STEP_SUMMARY_GUI
      • JOB_LIFECYCLE_PLUGIN

        public static final Features JOB_LIFECYCLE_PLUGIN
      • EXECUTION_LIFECYCLE_PLUGIN

        public static final Features EXECUTION_LIFECYCLE_PLUGIN
      • SIDEBAR_PROJECT_LISTING

        public static final Features SIDEBAR_PROJECT_LISTING
      • USER_SESSION_PROJECTS_CACHE

        public static final Features USER_SESSION_PROJECTS_CACHE
      • AUTH_SVC_BOOTSTRAP_WARMUP_CACHE

        public static final Features AUTH_SVC_BOOTSTRAP_WARMUP_CACHE
      • PROJMGR_SVC_BOOTSTRAP_WARMUP_CACHE

        public static final Features PROJMGR_SVC_BOOTSTRAP_WARMUP_CACHE
      • NOTIFICATIONS_OWN_THREAD

        public static final Features NOTIFICATIONS_OWN_THREAD
      • EVENT_STORE

        public static final Features EVENT_STORE
      • PLUGIN_SECURITY

        public static final Features PLUGIN_SECURITY
      • PROJECT_KEY_STORAGE

        public static final Features PROJECT_KEY_STORAGE
      • FILE_UPLOAD_PLUGIN

        public static final Features FILE_UPLOAD_PLUGIN
      • PLUGIN_GROUPS

        public static final Features PLUGIN_GROUPS
      • VUE_KEY_STORAGE

        public static final Features VUE_KEY_STORAGE
      • LEGACY_UI

        public static final Features LEGACY_UI
      • LEGACY_XML

        public static final Features LEGACY_XML
      • CASE_INSENSITIVE_USERNAME

        public static final Features CASE_INSENSITIVE_USERNAME
      • API_PROJECT_CONFIG_VALIDATION

        public static final Features API_PROJECT_CONFIG_VALIDATION
    • Method Detail

      • values

        public static Features[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Features c : Features.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Features valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null