jpaNodeInfo = clusterContext.getNodeInfo(cluster, nodeInfo);
clusterContext.close();
}
Map<String, DownloadResults> installedPluginLists = new HashMap<String, DownloadResults>();
for (JpaPluginList pluginList : cluster.getPluginLists()) {
DownloadResults downloadResults = installToNode(pluginList, jpaNodeInfo);
installedPluginLists.put(pluginList.getName(), downloadResults);
}
return installedPluginLists;
}