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)
Deprecated.
|
ExtendedEmailPublisherContext(ExtendedEmailPublisher publisher,
hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
Modifier and Type | Method and Description |
---|---|
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 © 2016–2020. All rights reserved.