public BuildAgentsDiffViewController()

in server/src/jetbrains/buildServer/agentsDiff/BuildAgentsDiffViewController.java [34:44]


  public BuildAgentsDiffViewController(@NotNull SBuildServer server,
                                       @NotNull PluginDescriptor pluginDescriptor,
                                       @NotNull WebControllerManager webControllerManager,
                                       @NotNull AgentTypeStorage agentTypeStorage,
                                       @NotNull BuildAgentManagerEx buildAgentManager) {
    super(server);
    myPluginDescriptor = pluginDescriptor;
    myAgentTypeStorage = agentTypeStorage;
    myBuildAgentManager = buildAgentManager;
    webControllerManager.registerController(AGENTS_DIFF_VIEW_HTML, this);
  }