org.jvnet.hudson.maven3.launcher
Class Maven31Launcher

java.lang.Object
  extended by org.jvnet.hudson.maven3.launcher.Maven31Launcher

public class Maven31Launcher
extends Object

Since:
1.4
Author:
Olivier Lamy

Constructor Summary
Maven31Launcher()
           
 
Method Summary
static List<org.apache.maven.eventspy.EventSpy> getEventSpies()
           
static org.apache.maven.execution.ExecutionListener getMavenExecutionListener()
           
static HudsonMavenExecutionResult getMavenExecutionResult()
           
static int main(String[] args)
           
static void setEventSpies(List<org.apache.maven.eventspy.EventSpy> theEventSpies)
           
static void setMavenExecutionListener(org.apache.maven.execution.ExecutionListener listener)
           
static void setMavenExecutionResult(HudsonMavenExecutionResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maven31Launcher

public Maven31Launcher()
Method Detail

getMavenExecutionListener

public static org.apache.maven.execution.ExecutionListener getMavenExecutionListener()

setMavenExecutionListener

public static void setMavenExecutionListener(org.apache.maven.execution.ExecutionListener listener)

getEventSpies

public static List<org.apache.maven.eventspy.EventSpy> getEventSpies()

setEventSpies

public static void setEventSpies(List<org.apache.maven.eventspy.EventSpy> theEventSpies)

getMavenExecutionResult

public static HudsonMavenExecutionResult getMavenExecutionResult()

setMavenExecutionResult

public static void setMavenExecutionResult(HudsonMavenExecutionResult result)

main

public static int main(String[] args)
                throws Exception
Throws:
Exception


Copyright © 2004-2013. All Rights Reserved.