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

[branch-api] Extract event handlers in PropertyMigration/MonitorImpl/message.jelly

    • 2.1182.va_e67548fb_ed2

        [JENKINS-73947] [branch-api] Extract event handlers in PropertyMigration/MonitorImpl/message.jelly

        Basil Crow created issue -
        Basil Crow made changes -
        Summary Original: [branch-api] Extract event handler in PropertyMigration/MonitorImpl/message.jelly New: [branch-api] Extract event handlers in PropertyMigration/MonitorImpl/message.jelly

        Basil Crow added a comment -

        Pretty hard to get this administrative monitor to appear through a supported mechanism, but I was able to induce it to appear with the following in the script console:

        import hudson.model.AdministrativeMonitor
        import jenkins.branch.PropertyMigration.MonitorImpl
        import jenkins.branch.NoTriggerOrganizationFolderProperty
        
        def monitor = ExtensionList.lookup(AdministrativeMonitor.class).get(MonitorImpl.class)
        monitor.add(new NoTriggerOrganizationFolderProperty.PropertyMigrationImpl())
        

        Basil Crow added a comment - Pretty hard to get this administrative monitor to appear through a supported mechanism, but I was able to induce it to appear with the following in the script console: import hudson.model.AdministrativeMonitor import jenkins.branch.PropertyMigration.MonitorImpl import jenkins.branch.NoTriggerOrganizationFolderProperty def monitor = ExtensionList.lookup(AdministrativeMonitor.class).get(MonitorImpl.class) monitor.add( new NoTriggerOrganizationFolderProperty.PropertyMigrationImpl())
        Yaroslav Afenkin made changes -
        Assignee New: Yaroslav Afenkin [ yafenkin ]
        Yaroslav Afenkin made changes -
        Status Original: Open [ 1 ] New: In Progress [ 3 ]
        Yaroslav Afenkin made changes -
        Remote Link New: This issue links to "jenkinsci/branch-api-plugin/pull/490 (Web Link)" [ 30078 ]
        Yaroslav Afenkin made changes -
        Status Original: In Progress [ 3 ] New: In Review [ 10005 ]

        Basil Crow added a comment -

        Basil Crow added a comment - Fixed in jenkinsci/branch-api-plugin#490 . Released in 2.1182.va_e67548fb_ed2 .
        Basil Crow made changes -
        Released As New: 2.1182.va_e67548fb_ed2
        Resolution New: Fixed [ 1 ]
        Status Original: In Review [ 10005 ] New: Closed [ 6 ]

          yafenkin Yaroslav Afenkin
          basil Basil Crow
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: