protected AgentPluginConfig createPluginConfig()

in teamcity-premerge-agent/src/main/java/jetbrains/buildServer/premerge/PremergeBranchSupportImpl.java [62:64]


  protected AgentPluginConfig createPluginConfig() throws VcsException {
    return myProcess.getConfigFactory().createConfig(myProcess.getBuild(), myRoot);
  }