Branch: refs/heads/master Home: https://github.com/jenkinsci/digitalocean-plugin Commit: 330d0dd53fe565e94a80c3c939a2c8c1c44563e9 https://github.com/jenkinsci/digitalocean-plugin/commit/330d0dd53fe565e94a80c3c939a2c8c1c44563e9 Author: Harald Sitter <sitter.har...@gmail.com> Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: M src/main/java/com/dubture/jenkins/digitalocean/DigitalOceanCloud.java Log Message: ----------- fix instanceCap resetting to default value every time you open /configure (#44) getters need to be public since they get called by jelly render to actually get the runtime value of the associated entry field. because getInstanceCap was private the currnet value couldn't be retrieved and the config view was always initialized to the default value of 5. simply make the getter public again. this broken in some style fixes I did before 0.15. -- 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. For more options, visit https://groups.google.com/d/optout.