hudson.plugins.emailext.plugins
Class ContentBuilder
java.lang.Object
hudson.plugins.emailext.plugins.ContentBuilder
public class ContentBuilder
- extends java.lang.Object
Publisher that sends notification e-mail.
- Author:
- kyle.sweeney@valtech.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentBuilder
public ContentBuilder()
addEmailContentType
public static void addEmailContentType(EmailContent contentType)
throws EmailExtException
- Throws:
EmailExtException
removeEmailContentType
public static void removeEmailContentType(EmailContent contentType)
getEmailContentType
public static EmailContent getEmailContentType(java.lang.String token)
getEmailContentTypes
public static java.util.Collection<EmailContent> getEmailContentTypes()
transformText
public <P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>> java.lang.String transformText(java.lang.String origText,
ExtendedEmailPublisher publisher,
EmailType type,
B build)
Copyright © 2010. All Rights Reserved.