ch.fortysix.maven.plugin.util.MailSenderContext Maven / Gradle / Ivy
//
// Generated stub from file:/Users/domi/tools/hudson/jobs/maven-postman-plugin/workspace/maven-postman-plugin/target/checkout/src/main/groovy/ch/fortysix/maven/plugin/util/MailSenderContext.groovy
//
package ch.fortysix.maven.plugin.util;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Locale;
import javax.activation.CommandMap;
import javax.activation.MailcapCommandMap;
import org.apache.maven.reporting.MavenReportException;
import ch.fortysix.maven.report.support.MailSender;
public class MailSenderContext
extends java.lang.Object
implements groovy.lang.GroovyObject
{
private org.apache.maven.execution.MavenSession session = null;
public org.apache.maven.execution.MavenSession getSession() {
throw new InternalError("Stubbed method");
}
public void setSession(org.apache.maven.execution.MavenSession value) {
throw new InternalError("Stubbed method");
}
private org.apache.maven.project.MavenProject project = null;
public org.apache.maven.project.MavenProject getProject() {
throw new InternalError("Stubbed method");
}
public void setProject(org.apache.maven.project.MavenProject value) {
throw new InternalError("Stubbed method");
}
private org.apache.maven.plugin.logging.Log log = null;
public org.apache.maven.plugin.logging.Log getLog() {
throw new InternalError("Stubbed method");
}
public void setLog(org.apache.maven.plugin.logging.Log value) {
throw new InternalError("Stubbed method");
}
/**
* flag to indicate whether to halt the build on any error. The default value is true.
*/
private boolean failonerror = false;
public boolean getFailonerror() {
throw new InternalError("Stubbed method");
}
public boolean isFailonerror() {
throw new InternalError("Stubbed method");
}
public void setFailonerror(boolean value) {
throw new InternalError("Stubbed method");
}
/**
* Whether 'multipart/alternative' mails can be send.
* This is detected automatically, but it allows a user to disable it and force the usage of 'mailcontenttype'.
*/
private boolean multipartSupported = false;
public boolean getMultipartSupported() {
throw new InternalError("Stubbed method");
}
public boolean isMultipartSupported() {
throw new InternalError("Stubbed method");
}
public void setMultipartSupported(boolean value) {
throw new InternalError("Stubbed method");
}
private MailSender mailSender = null;
public MailSender getMailSender() {
throw new InternalError("Stubbed method");
}
public void setMailSender(MailSender value) {
throw new InternalError("Stubbed method");
}
/**
* is able to resolve the email for a given developerId in the pom.xml (maven project)
*/
private java.lang.Object mailAddressResolver = null;
public java.lang.Object getMailAddressResolver() {
throw new InternalError("Stubbed method");
}
public void setMailAddressResolver(java.lang.Object value) {
throw new InternalError("Stubbed method");
}
/**
* Sends one mail
*/
private java.lang.Object sendReport = null;
/**
* do the report and send the mails
*/
protected void run(List mailList) throws Exception {
throw new InternalError("Stubbed method");
}
public groovy.lang.MetaClass getMetaClass() {
throw new InternalError("Stubbed method");
}
public void setMetaClass(groovy.lang.MetaClass metaClass) {
throw new InternalError("Stubbed method");
}
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public java.lang.Object getProperty(java.lang.String name) {
throw new InternalError("Stubbed method");
}
public void setProperty(java.lang.String name, java.lang.Object value) {
throw new InternalError("Stubbed method");
}
}