Uses of Class
jetbrains.buildServer.controllers.agent.statistics.table.Compatibility
-
Packages that use Compatibility Package Description jetbrains.buildServer.controllers.agent.statistics.table -
-
Uses of Compatibility in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table that return Compatibility Modifier and Type Method Description Compatibility
Compatibility. merge(Compatibility that)
static Compatibility
Compatibility. valueOf(String name)
Returns the enum constant of this type with the specified name.static Compatibility[]
Compatibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.controllers.agent.statistics.table that return types with arguments of type Compatibility Modifier and Type Method Description Map<NullableAgent,Compatibility>
AgentStatisticsInfo. getCompatibilityMap(BuildTypeEx bt, Collection<NullableAgent> agents)
Map<NullableAgent,Compatibility>
AgentStatisticsInfoImpl. getCompatibilityMap(BuildTypeEx bt, Collection<NullableAgent> agentHolders)
Methods in jetbrains.buildServer.controllers.agent.statistics.table with parameters of type Compatibility Modifier and Type Method Description Compatibility
Compatibility. merge(Compatibility that)
Constructors in jetbrains.buildServer.controllers.agent.statistics.table with parameters of type Compatibility Constructor Description AgentConfigurationCell(AgentStatisticsMatrixCell value, Compatibility compatibility)
-