hudson.plugins.emailext
Class AttachmentUtils

java.lang.Object
  extended by hudson.plugins.emailext.AttachmentUtils
All Implemented Interfaces:
Serializable

public class AttachmentUtils
extends Object
implements Serializable

Author:
acearl
See Also:
Serialized Form

Constructor Summary
AttachmentUtils(String attachmentsPattern)
           
 
Method Summary
 void attach(javax.mail.Multipart multipart, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentUtils

public AttachmentUtils(String attachmentsPattern)
Method Detail

attach

public void attach(javax.mail.Multipart multipart,
                   hudson.model.AbstractBuild<?,?> build,
                   hudson.model.BuildListener listener)


Copyright © 2004-2012. All Rights Reserved.