Class AgentConfigurationCell
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.AgentConfigurationCell
-
public class AgentConfigurationCell extends Object
- Author:
- Eugene Petrenko Created: 14.11.2008 19:24:33
-
-
Constructor Summary
Constructors Constructor Description AgentConfigurationCell(AgentStatisticsMatrixCell value, Compatibility compatibility)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColId()
String
getFullColId()
BigDecimal
getLoadTime()
AgentStatisticsMatrixCell
getValue()
boolean
isCompatible()
boolean
isHasBuilds()
AgentConfigurationCell
plus(AgentConfigurationCell that, boolean keepColId)
void
setColumn(int colId, String type)
-
-
-
Constructor Detail
-
AgentConfigurationCell
public AgentConfigurationCell(@Nullable AgentStatisticsMatrixCell value, @NotNull Compatibility compatibility)
-
-
Method Detail
-
getValue
@Nullable public AgentStatisticsMatrixCell getValue()
-
getLoadTime
@NotNull public BigDecimal getLoadTime()
-
isHasBuilds
public boolean isHasBuilds()
-
isCompatible
public boolean isCompatible()
-
getColId
public int getColId()
-
getFullColId
public String getFullColId()
-
setColumn
public void setColumn(int colId, String type)
-
plus
@NotNull public AgentConfigurationCell plus(@NotNull AgentConfigurationCell that, boolean keepColId)
-
-