Package | Description |
---|---|
hudson.plugins.emailext.plugins |
Modifier and Type | Method and Description |
---|---|
protected EmailType |
EmailTrigger.createMailType(net.sf.json.JSONObject formData)
Deprecated.
|
protected EmailType |
EmailTrigger.createMailType(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
EmailType |
EmailTrigger.getEmail()
Get the email that is with this trigger.
|
Modifier and Type | Method and Description |
---|---|
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>> |
EmailContent.getContent(hudson.model.AbstractBuild<P,B> build,
ExtendedEmailPublisher publisher,
EmailType emailType,
Map<String,?> args)
This method returns the generated content that should replace the token.
|
void |
EmailTrigger.setEmail(EmailType email) |
Copyright © 2004-2015. All Rights Reserved.