java - Is there listener for jenkins quietDown mode? -


jenkins has quietdown mode which, according this article is:

put jenkins in quiet mode, in preparation restart. in mode jenkins don’t start build

corresponding flag enabled/disabled in jenkins.model.jenkins , example can accessible via http://javadoc.jenkins-ci.org/jenkins/model/jenkins.html#isquietingdown-- method

my question if there listener(perhaps hudson.extensionpoint - notified when jenkins goes mode) implemented jenkins plugin?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -