Interface AgentType
-
- All Superinterfaces:
AgentDescription
- All Known Subinterfaces:
SAgentType
- All Known Implementing Classes:
AgentTypeData
,AgentTypeImpl
,DeadAgentType
,DummyAgentType
,MockAgentType
,SecuredAgentType
,UnresolvedCloudAgentTypeData
public interface AgentType extends AgentDescription
- Author:
- Eugene Petrenko Created: 04.03.2010 19:18:31
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAgentPoolId()
int
getAgentTypeId()
AgentTypeKey
getAgentTypeKey()
AgentTypePolicy
getPolicy()
-
Methods inherited from interface jetbrains.buildServer.serverSide.AgentDescription
getAvailableParameters, getAvailableParameterValue, getAvailableRunTypeIds, getAvailableRunTypes, getAvailableVcsPlugins, getBuildParameters, getConfigurationParameters, getCpuBenchmarkIndex, getCpuCount, getDefinedParameters, getOperatingSystemName, isCaseInsensitiveEnvironment
-
-
-
-
Method Detail
-
getAgentTypeId
int getAgentTypeId()
-
getAgentTypeKey
@NotNull AgentTypeKey getAgentTypeKey()
-
getAgentPoolId
int getAgentPoolId()
-
getPolicy
@NotNull AgentTypePolicy getPolicy()
-
-