jenkinsci/build-monitor-plugin

Update custom display title from script

jburghardt opened this issue · 0 comments

We want to display a countdown on the Monitor.

We can retrieve the custom title with

Jenkins.instance.getView("Monitor").getTitle()

is it possible to expose a setter to just

Jenkins.instance.getView("Monitor").setTitle("myTitle") ?