ch.fortysix.maven.report.support
Class MailSender
java.lang.Object
ch.fortysix.maven.report.support.MailSender
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class MailSender
- extends Object
- implements groovy.lang.GroovyObject
- Author:
- Domi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailSender
public MailSender()
getLog
public org.apache.maven.plugin.logging.Log getLog()
setLog
public void setLog(org.apache.maven.plugin.logging.Log value)
getMailcontenttype
public String getMailcontenttype()
setMailcontenttype
public void setMailcontenttype(String value)
getMultipartSupported
public boolean getMultipartSupported()
isMultipartSupported
public boolean isMultipartSupported()
setMultipartSupported
public void setMultipartSupported(boolean value)
getMailhost
public String getMailhost()
setMailhost
public void setMailhost(String value)
getMailport
public String getMailport()
setMailport
public void setMailport(String value)
getUser
public String getUser()
setUser
public void setUser(String value)
getPassword
public String getPassword()
setPassword
public void setPassword(String value)
getSsl
public boolean getSsl()
isSsl
public boolean isSsl()
setSsl
public void setSsl(boolean value)
getFailonerror
public boolean getFailonerror()
isFailonerror
public boolean isFailonerror()
setFailonerror
public void setFailonerror(boolean value)
getMailAltConfig
public boolean getMailAltConfig()
isMailAltConfig
public boolean isMailAltConfig()
setMailAltConfig
public void setMailAltConfig(boolean value)
sendMail
public void sendMail(Map args)
sendMail2
public void sendMail2(Map args)
init
public void init()
- Initialize the mail sender.
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
Copyright © 2009-2010. All Rights Reserved.