Created
August 12, 2013 15:28
-
-
Save unakatsuo/6211881 to your computer and use it in GitHub Desktop.
access to the Jenkins loaded plugin.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PluginWrapper p = Jenkins.getInstance().getPluginManager().getPlugin("mailer"); | |
p.isActive(); | |
p.isEnabled(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment