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_name
column.MySQL (InnoDB) specific: 191 characters is the maximum
varchar
length allowed when the column is a part of an index, the database character set isutf8mb4
and row format is stillcompact
. When usingutf8
database character set, the length limit is 255 characters. When using thedynamic
row format, there's no upper limit at all.- See Also:
- "schema.config", Constant Field Values
-
-