ch.fortysix.maven.plugin.postaman.MailSenderMojo 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/postaman/MailSenderMojo.groovy
//
package ch.fortysix.maven.plugin.postaman;
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.List;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.shared.model.fileset.util.FileSetManager;
import org.codehaus.gmaven.mojo.GroovyMojo;
import ch.fortysix.maven.plugin.util.MailSenderContext;
import ch.fortysix.maven.report.support.MailSender;
/**
* Sends a mail with optional attachments.
*
* @author Domi
* @goal send-mail
*/
public class MailSenderMojo
extends AbstractSenderMojo
implements groovy.lang.GroovyObject
{
/**
* A list of fileSet
s to be attached to the mail.
*
* @parameter
*/
private List fileSets = null;
/**
* nothing to prepare
*/
protected boolean prepareMojo() {
throw new InternalError("Stubbed method");
}
public void executeMojo() throws MojoExecutionException, MojoFailureException {
throw new InternalError("Stubbed method");
}
public List collectMails() {
throw new InternalError("Stubbed method");
}
/**
* Prepends the given list of file paths with the directory and creates returns the resulting files in a collection.
*
* @param dir the directory
* @param relativeFiles files relative to the given directory
* @return a list of files
*/
public List convertToFileList(java.lang.String dir, java.lang.String[] relativeFiles) {
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");
}
}