Retrieve the history of installed patches for a server node.
java.util.List<InstallationHistoryItemVO> getInstalledHistory(java.lang.String serverName)
If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.
//Get the patch installation history SUPCluster supCluster = SUPObjectFactory.getSUPCluster(contextFactory .getClusterContext()); String serverName = "server1"; supCluster.getInstalledHistory(serverName);