Name

global.UpgradeLog

Description

Retrieves information for the Upgrade History log

Script

var UpgradeLog = Class.create();

/**
* DEPRECATED API. WILL BE REMOVED IN FUTURE RELEASE
*/
UpgradeLog.prototype = {
  
  initialize: function() {},
  
  getAllDescriptions: function(parent) {
      gs.warn("DEPRECATED API: The UpgradeLog Script Include has been deprecated, and will be removed in a future release");
  	new SNC.UpgradeSummary(parent).getAllDescriptions();
  },

  getSummary: function(parent) {
      gs.warn("DEPRECATED API: The UpgradeLog Script Include has been deprecated, and will be removed in a future release");
      new SNC.UpgradeSummary(parent).calculateSummary();
  },
};

Sys ID

b6e66352c0a8000400e130867df4968c

Offical Documentation

Official Docs: