Package jetbrains.buildServer.agent
Class AgentMiscConstants
- java.lang.Object
-
- jetbrains.buildServer.agent.AgentMiscConstants
-
public class AgentMiscConstants extends Object
Miscellaneous agent-related constants that should be available on agent and server- Since:
- 2021.1
-
-
Field Summary
Fields Modifier and Type Field Description static String
IS_EPHEMERAL_AGENT_ENV
static String
IS_EPHEMERAL_AGENT_PROP
-
Constructor Summary
Constructors Constructor Description AgentMiscConstants()
-
-
-
Field Detail
-
IS_EPHEMERAL_AGENT_PROP
public static final String IS_EPHEMERAL_AGENT_PROP
- See Also:
- Constant Field Values
-
IS_EPHEMERAL_AGENT_ENV
public static final String IS_EPHEMERAL_AGENT_ENV
- See Also:
- Constant Field Values
-
-