Class UnresolvedCloudAgentTypeData
- java.lang.Object
-
- jetbrains.buildServer.serverSide.agentTypes.AgentDescriptionBase
-
- jetbrains.buildServer.serverSide.agentTypes.AgentTypeData
-
- jetbrains.buildServer.serverSide.agentTypes.UnresolvedCloudAgentTypeData
-
- All Implemented Interfaces:
AgentDescription
,AgentType
,MutableAgentDescription
,SynchroDictionary.NonCacheableValue
public class UnresolvedCloudAgentTypeData extends AgentTypeData implements SynchroDictionary.NonCacheableValue
This is special marker class on top of AgentTypeData to indicate that we cannot resolveAgentTypePolicy
of the following reasons(together):- It's a cloud agent type configured to use a project pool
- Profile and/or project is not available
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UnresolvedCloudAgentTypeData(AgentTypeData src, AgentTypePolicy policy, RunTypeRegistry runTypeRegistry)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.agentTypes.AgentTypeData
createUpdatedData, getAgentPoolId, getAgentTypeId, getAgentTypeKey, getAvailableRunTypeIds, getAvailableRunTypes, getAvailableVcsPlugins, getCpuBenchmarkIndex, getOperatingSystemName, getPolicy, isBelongsToProjectPool
-
Methods inherited from class jetbrains.buildServer.serverSide.agentTypes.AgentDescriptionBase
getAvailableParameters, getAvailableParameterValue, getBuildParameters, getConfigurationParameters, getCpuCount, getDefinedParameters, isCaseInsensitiveEnvironment, isCaseInsensitiveEnvironment, isEphemeral, updateParameters
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.AgentDescription
getAvailableParameters, getAvailableParameterValue, getBuildParameters, getConfigurationParameters, getCpuCount, getDefinedParameters, isCaseInsensitiveEnvironment
-
-
-
-
Constructor Detail
-
UnresolvedCloudAgentTypeData
protected UnresolvedCloudAgentTypeData(AgentTypeData src, @NotNull AgentTypePolicy policy, @NotNull RunTypeRegistry runTypeRegistry)
-
-