Class AgentPoolConstants
- java.lang.Object
-
- jetbrains.buildServer.serverSide.agentPools.AgentPoolConstants
-
public final class AgentPoolConstants extends Object
- Author:
- Maxim.Manuylov Date: 3/16/12
-
-
Field Detail
-
MAX_POOL_NAME_LENGTH
@Nonnegative public static final int MAX_POOL_NAME_LENGTH
The length of the
agent_pool.agent_pool_namecolumn.MySQL (InnoDB) specific: 191 characters is the maximum
varcharlength allowed when the column is a part of an index, the database character set isutf8mb4and row format is stillcompact. When usingutf8database character set, the length limit is 255 characters. When using thedynamicrow format, there's no upper limit at all.- See Also:
- "schema.config", Constant Field Values
-
-