Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: b39ff9938a29b34bd6fb881722c978e0f886854d https://github.com/jenkinsci/jenkins/commit/b39ff9938a29b34bd6fb881722c978e0f886854d Author: James Nord <jtn...@users.noreply.github.com> Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths: M core/src/main/java/hudson/PluginManager.java M core/src/main/java/hudson/model/UpdateCenter.java M core/src/main/java/hudson/model/UpdateSite.java Log Message: ----------- [JENKINS-61046] - Allow plugins to force an update of the UpdateCenter (#4488) * Allow plugins to force an update of the UpdateCenter * Add javadoc to updateDirectlyNow * [JENKINS-61046] introduce updateDirectlyNow() and updateDirectly() @oleg-nenashev notes that the public API should not expose the security option that is for testing. Introduced updateDirectlyNow() as the new API and updateDirectly() to have a mirror and deprecated updateDirectly(boolean) as a consequence. * fix javadoc grammar fixes the grammar of the UpdateSite#updateDirectlyNow javadoc Co-Authored-By: Raihaan Shouhell <raihaanhims...@gmail.com> Co-authored-by: Raihaan Shouhell <raihaanhims...@gmail.com> -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/5e4eeb-b39ff9%40github.com.