Skip to content

Instantly share code, notes, and snippets.

@unakatsuo
Created August 12, 2013 15:28
Show Gist options
  • Save unakatsuo/6211881 to your computer and use it in GitHub Desktop.
Save unakatsuo/6211881 to your computer and use it in GitHub Desktop.
access to the Jenkins loaded plugin.
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