Uses of Interface
jetbrains.buildServer.controllers.agent.statistics.table.matrix.RawMatrix
-
-
Uses of RawMatrix in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table that return RawMatrix Modifier and Type Method Description RawMatrix<NullableBuildType,AgentReference,AgentStatisticsMatrixCell>
AgentStatistisMatrixBuilder. loadData(Collection<AgentConfigurationValue> data, Map<String,SBuildType> availableTypes)
Methods in jetbrains.buildServer.controllers.agent.statistics.table with parameters of type RawMatrix Modifier and Type Method Description List<GroupingTableRows>
AgentStatistixMatrixRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)
-
Uses of RawMatrix in jetbrains.buildServer.controllers.agent.statistics.table.matrix
Methods in jetbrains.buildServer.controllers.agent.statistics.table.matrix that return RawMatrix Modifier and Type Method Description <TRow,TCol,TValue,NRow,NCol,NValue extends Plussable<NValue>>
RawMatrix<NRow,NCol,NValue>MatrixUtils. merge(RawMatrix<TRow,TCol,TValue> matrix, Converter<NRow,TRow> rowEquality, Converter<NCol,TCol> colEquality, Converter<NValue,TValue> valEquality)
<TRow,TCol,TValue>
RawMatrix<TRow,TCol,TValue>MatrixUtils. project(RawMatrix<TRow,TCol,TValue> matrix, Filter<TRow> rowFilter, Filter<TCol> columnFilter)
Methods in jetbrains.buildServer.controllers.agent.statistics.table.matrix with parameters of type RawMatrix Modifier and Type Method Description <TRow,TCol,TValue,NRow,NCol,NValue extends Plussable<NValue>>
RawMatrix<NRow,NCol,NValue>MatrixUtils. merge(RawMatrix<TRow,TCol,TValue> matrix, Converter<NRow,TRow> rowEquality, Converter<NCol,TCol> colEquality, Converter<NValue,TValue> valEquality)
<TRow,TCol,TValue>
RawMatrix<TRow,TCol,TValue>MatrixUtils. project(RawMatrix<TRow,TCol,TValue> matrix, Filter<TRow> rowFilter, Filter<TCol> columnFilter)
-
Uses of RawMatrix in jetbrains.buildServer.controllers.agent.statistics.table.render
Methods in jetbrains.buildServer.controllers.agent.statistics.table.render with parameters of type RawMatrix Modifier and Type Method Description GroupingTableRows
OneGroupRenderer. buildOneRowsGroup(Counter rowId, boolean renderProject, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> matrix)
List<GroupingTableRows>
FlatRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)
List<GroupingTableRows>
GroupingRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)
-