public interface AgentPool extends AgentPoolLimits
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_POOL_ID |
static java.lang.String |
DEFAULT_POOL_NAME |
static int |
PROJECT_POOL_PLACEHOLDER |
DEFAULT, UNLIMITED
Modifier and Type | Method and Description |
---|---|
boolean |
containsProjectId(java.lang.String projectId)
indicates whether current pools contain this projectId.
|
int |
getAgentPoolId() |
java.util.Collection<java.lang.Integer> |
getAgentTypeIds() |
java.lang.String |
getName() |
java.util.Collection<java.lang.String> |
getProjectIds() |
java.util.Collection<java.lang.String> |
getProjectIds(boolean includeNonExisting) |
boolean |
isDefault() |
boolean |
isProjectPool() |
getMaxAgents, getMinAgents
static final int DEFAULT_POOL_ID
static final int PROJECT_POOL_PLACEHOLDER
static final java.lang.String DEFAULT_POOL_NAME
int getAgentPoolId()
boolean isDefault()
@NotNull java.lang.String getName()
@NotNull java.util.Collection<java.lang.String> getProjectIds()
@NotNull java.util.Collection<java.lang.String> getProjectIds(boolean includeNonExisting)
includeNonExisting
- whether to include non-existing projectIds into resultboolean containsProjectId(@NotNull java.lang.String projectId)
@NotNull java.util.Collection<java.lang.Integer> getAgentTypeIds()
boolean isProjectPool()