Interface AgentConfigurationTableBean
-
- All Known Implementing Classes:
AgentConfigurationTableBeanImpl
public interface AgentConfigurationTableBean
- Author:
- Eugene Petrenko Created: 25.12.2009 20:30:47
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableRow<String,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell>
getColsSummary()
TableRow<String,Pair<AgentPool,List<NullableAgent>>,String>
getGroupedCols()
List<GroupingTableRows>
getGroupedRows()
BigDecimal
getTotal()
boolean
isHasUnaccessibleBuildTypes()
-
-
-
Method Detail
-
getGroupedCols
@NotNull TableRow<String,Pair<AgentPool,List<NullableAgent>>,String> getGroupedCols()
-
getGroupedRows
@NotNull List<GroupingTableRows> getGroupedRows()
-
getColsSummary
@NotNull TableRow<String,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell> getColsSummary()
-
isHasUnaccessibleBuildTypes
boolean isHasUnaccessibleBuildTypes()
-
getTotal
BigDecimal getTotal()
-
-