Package jetbrains.buildServer.agent
Interface Constants
-
public interface ConstantsPrefixes 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 StringAUTO_GENERATED_STATUS_PATTERNPattern which is replaced with automatically generated build status textstatic StringENV_PREFIXPrefix for specifying environment variablesstatic StringSECURE_PROPERTY_PREFIXPrefix to use for secure parameters.static StringSYSTEM_PREFIXPrefix for specifying system properties
-
-
-
Field Detail
-
SYSTEM_PREFIX
static final String SYSTEM_PREFIX
Prefix for specifying system properties- See Also:
- Constant Field Values
-
ENV_PREFIX
static final String ENV_PREFIX
Prefix for specifying environment variables- See Also:
- Constant Field Values
-
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
-
-