Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-71303

Remove usages of Prototype from Fortify

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Minor Minor
    • fortify-plugin
    • None

      See this blog post for details. Prototype will eventually be removed from Jenkins core. To prepare for this transition, this plugin must be migrated away from Prototype. The blog post contains instructions on how to find and eliminate usages of Prototype. In this plugin, the following usages of Prototype have been identified. This may not be an exhaustive list:

      ./src/main/webapp/refresh-projects.js:38:    new Ajax.Request(url, {
      ./src/main/webapp/refresh-projects.js:105:    new Ajax.Request(url, {
      ./src/main/webapp/refresh-projects.js:146:    paramList.split(',').each(function(name) {
      ./src/main/webapp/refresh-projects.js:170:    new Ajax.Request(url, {
      ./src/main/webapp/refresh-projects.js:237:    new Ajax.Request(url, {
      ./src/main/webapp/refresh-issues.js:25:                 new Ajax.Request(urlLink, {
      ./src/main/webapp/refresh-issues.js:65:            new Ajax.Request(contextUrl+"/checkUpdates?stamp="+stamp,{
      ./src/main/webapp/refresh-issues.js:68:                    var update = rsp.getResponseHeader('go');
      ./src/main/webapp/refresh-issues.js:82:            new Ajax.Request(contextUrl+"/ajaxStats",{
      ./src/main/webapp/refresh-issues.js:95:            new Ajax.Request(contextUrl+"/ajaxIssues",{
      ./src/main/webapp/refresh-issues.js:108:            new Ajax.Request(url,{
      ./src/main/webapp/refresh-issues.js:125:               var request = new Ajax.Request(contextUrl+"/ajaxIssues?firstTime=yes",{
      ./src/main/resources/com/fortify/plugin/jenkins/ChartAction/floatingBox.jelly:26:            new Ajax.Request("${action.urlName}/checkUpdates?stamp="+stamp,{
      ./src/main/resources/com/fortify/plugin/jenkins/ChartAction/floatingBox.jelly:29:                    var update = rsp.getResponseHeader("go");
      

            akaryakina Anna Karyakina
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: