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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTO_GENERATED_STATUS_PATTERN
      Pattern which is replaced with automatically generated build status text
      static java.lang.String ENV_PREFIX
      Prefix for specifying environment variables
      static java.lang.String SECURE_PROPERTY_PREFIX
      Prefix to use for secure parameters.
      static java.lang.String SYSTEM_PREFIX
      Prefix for specifying system properties
    • Field Detail

      • SYSTEM_PREFIX

        static final java.lang.String SYSTEM_PREFIX
        Prefix for specifying system properties
        See Also:
        Constant Field Values
      • ENV_PREFIX

        static final java.lang.String ENV_PREFIX
        Prefix for specifying environment variables
        See Also:
        Constant Field Values
      • AUTO_GENERATED_STATUS_PATTERN

        static final java.lang.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 java.lang.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