Package hudson.cli

Class MailCommand

java.lang.Object
hudson.cli.CLICommand
hudson.cli.MailCommand
All Implemented Interfaces:
ExtensionPoint, Cloneable

@Extension public class MailCommand extends CLICommand
Sends e-mail through Jenkins.

Various platforms have different commands to do this, so on heterogenous platform, doing this via Hudson is easier.

Author:
Kohsuke Kawaguchi