Package | Description |
---|---|
hudson.plugins.emailext | |
hudson.plugins.emailext.plugins | |
hudson.plugins.emailext.watching |
Modifier and Type | Method and Description |
---|---|
ExtendedEmailPublisher |
ExtendedEmailPublisherContext.getPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentUtils.attach(javax.mail.Multipart multipart,
ExtendedEmailPublisher publisher,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Deprecated.
|
void |
AttachmentUtils.attach(javax.mail.Multipart multipart,
ExtendedEmailPublisher publisher,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
static void |
AttachmentUtils.attachBuildLog(ExtendedEmailPublisher publisher,
javax.mail.Multipart multipart,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
boolean compress)
Deprecated.
|
static void |
AttachmentUtils.attachBuildLog(ExtendedEmailPublisher publisher,
javax.mail.Multipart multipart,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
boolean compress) |
protected void |
ExtendedEmailPublisherContext.setPublisher(ExtendedEmailPublisher publisher) |
Constructor and Description |
---|
ExtendedEmailPublisherContext(ExtendedEmailPublisher publisher,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
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.
|
static String |
ContentBuilder.transformText(String origText,
ExtendedEmailPublisher publisher,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Deprecated.
|
static String |
ContentBuilder.transformText(String origText,
ExtendedEmailPublisher publisher,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Modifier and Type | Method and Description |
---|---|
ExtendedEmailPublisher |
EmailExtWatchAction.getPublisher() |
Copyright © 2004-2015. All Rights Reserved.