Interface Constants


  • public interface Constants
    Prefixes for property names used to create build agent requirements and build properties. All such property names are placed into common collections, so we use prefixes to distinguish system properties and environment variables.
    • Field Detail

      • AUTO_GENERATED_STATUS_PATTERN

        static final String AUTO_GENERATED_STATUS_PATTERN
        Pattern which is replaced with automatically generated build status text
        See Also:
        Constant Field Values
      • SECURE_PROPERTY_PREFIX

        static final String SECURE_PROPERTY_PREFIX
        Prefix to use for secure parameters. Such parameters are persisted on disk in scrambled form.
        Since:
        5.1
        See Also:
        Constant Field Values