public class AttachmentUtils extends Object implements Serializable
| Constructor and Description |
|---|
AttachmentUtils(String attachmentsPattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(javax.mail.Multipart multipart,
ExtendedEmailPublisher publisher,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
static void |
attachBuildLog(javax.mail.Multipart multipart,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
boolean compress)
Attaches the build log to the multipart item.
|
public AttachmentUtils(String attachmentsPattern)
public void attach(javax.mail.Multipart multipart,
ExtendedEmailPublisher publisher,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
public static void attachBuildLog(javax.mail.Multipart multipart,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
boolean compress)
Copyright © 2004-2013. All Rights Reserved.