Uses of Class
hudson.plugins.emailext.EmailType

Packages that use EmailType
hudson.plugins.emailext   
hudson.plugins.emailext.plugins   
hudson.plugins.emailext.plugins.content   
 

Uses of EmailType in hudson.plugins.emailext
 

Methods in hudson.plugins.emailext with parameters of type EmailType
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
ExtendedEmailPublisher.replaceTokensWithContent(java.lang.String origText, EmailType type, hudson.model.AbstractBuild<P,B> build)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
boolean
ExtendedEmailPublisher.sendMail(EmailType mailType, B build, hudson.model.BuildListener listener)
           
 

Uses of EmailType in hudson.plugins.emailext.plugins
 

Methods in hudson.plugins.emailext.plugins that return EmailType
 EmailType EmailTrigger.getEmail()
          Get the email that is with this trigger.
 

Methods in hudson.plugins.emailext.plugins with parameters of type EmailType
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
EmailContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
          This method returns the generated content that should replace the token.
 EmailTrigger EmailTriggerDescriptor.getNewInstance(EmailType type)
           
 void EmailTrigger.setEmail(EmailType email)
           
 

Uses of EmailType in hudson.plugins.emailext.plugins.content
 

Methods in hudson.plugins.emailext.plugins.content with parameters of type EmailType
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
ProjectURLContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
ProjectNameContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
HudsonURLContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
FailedTestsContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
ChangesSinceLastSuccessfulBuildContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
ChangesSinceLastBuildContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
BuildURLContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
BuildStatusContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
BuildNumberContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
java.lang.String
BuildLogContent.getContent(hudson.model.AbstractBuild<P,B> build, EmailType emailType)
           
 



Copyright © 2008. All Rights Reserved.