hudson.maven
Class Maven3Builder

java.lang.Object
  extended by hudson.maven.AbstractMavenBuilder
      extended by hudson.maven.Maven3Builder
All Implemented Interfaces:
hudson.remoting.Callable<Result,IOException>, hudson.remoting.DelegatingCallable<Result,IOException>, Serializable

public class Maven3Builder
extends AbstractMavenBuilder
implements hudson.remoting.DelegatingCallable<Result,IOException>

Author:
Olivier Lamy, Kohsuke Kawaguchi
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.maven.AbstractMavenBuilder
AbstractMavenBuilder.FilterImpl
 
Field Summary
static boolean markAsSuccess
           
 
Fields inherited from class hudson.maven.AbstractMavenBuilder
futures, goals, listener, proxies, reporters, sourceProxies, systemProps
 
Constructor Summary
protected Maven3Builder(BuildListener listener, Map<ModuleName,MavenBuild.ProxyImpl2> proxies, Collection<MavenModule> modules, List<String> goals, Map<String,String> systemProps, MavenBuildInformation mavenBuildInformation)
           
 
Method Summary
 Result call()
           
 
Methods inherited from class hudson.maven.AbstractMavenBuilder
format, formatArgs, getClassLoader, initializeAsynchronousExecutions, isDebug, isQuiet, recordAsynchronousExecution, registerSystemProperties, waitForAsynchronousExecutions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.remoting.DelegatingCallable
getClassLoader
 

Field Detail

markAsSuccess

public static boolean markAsSuccess
Constructor Detail

Maven3Builder

protected Maven3Builder(BuildListener listener,
                        Map<ModuleName,MavenBuild.ProxyImpl2> proxies,
                        Collection<MavenModule> modules,
                        List<String> goals,
                        Map<String,String> systemProps,
                        MavenBuildInformation mavenBuildInformation)
Method Detail

call

public Result call()
            throws IOException
Specified by:
call in interface hudson.remoting.Callable<Result,IOException>
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.