Interface MutableAgentDescription
-
- All Superinterfaces:
AgentDescription
- All Known Implementing Classes:
AgentDescriptionBase
,AgentDetailsDescription
,AgentTypeData
,AgentTypeProperties
,MockAgentDescription
,MockAgentType
,MutableAgentDescriptionProxy
,UnresolvedCloudAgentTypeData
public interface MutableAgentDescription extends AgentDescription
- Author:
- Sergey.Pak Date: 17.06.20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateParameters(Map<String,String> newConfigParams, Map<String,String> newBuildParams)
Applies parameters update from the given maps-
Methods inherited from interface jetbrains.buildServer.serverSide.AgentDescription
getAvailableParameters, getAvailableParameterValue, getAvailableRunTypeIds, getAvailableRunTypes, getAvailableVcsPlugins, getBuildParameters, getConfigurationParameters, getCpuBenchmarkIndex, getCpuCount, getDefinedParameters, getOperatingSystemName, isCaseInsensitiveEnvironment
-
-