org.jvnet.hudson.maven3.launcher
Class Maven3Launcher

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

public class Maven3Launcher
extends java.lang.Object

Author:
olamy

Constructor Summary
Maven3Launcher()
           
 
Method Summary
static org.apache.maven.execution.ExecutionListener getMavenExecutionListener()
           
static HudsonMavenExecutionResult getMavenExecutionResult()
           
static int main(java.lang.String[] args)
           
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

Maven3Launcher

public Maven3Launcher()
Method Detail

getMavenExecutionListener

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

setMavenExecutionListener

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

getMavenExecutionResult

public static HudsonMavenExecutionResult getMavenExecutionResult()

setMavenExecutionResult

public static void setMavenExecutionResult(HudsonMavenExecutionResult result)

main

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


Copyright © 2004-2011 Hudson. All Rights Reserved.