public BuildAgentsDiffBean()

in server/src/jetbrains/buildServer/agentsDiff/BuildAgentsDiffBean.java [21:27]


  public BuildAgentsDiffBean(AgentDescription agentA,
                             AgentDescription agentB,
                             Collection<BuildAgentsDiffEntry> entries) {
    myAgentA = agentA;
    myAgentB = agentB;
    myEntries = entries;
  }