hudson.maven
Class Maven3Builder
java.lang.Object
hudson.maven.AbstractMavenBuilder
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
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 |
markAsSuccess
public static boolean markAsSuccess
Maven3Builder
protected Maven3Builder(BuildListener listener,
Map<ModuleName,MavenBuild.ProxyImpl2> proxies,
Collection<MavenModule> modules,
List<String> goals,
Map<String,String> systemProps,
MavenBuildInformation mavenBuildInformation)
call
public Result call()
throws IOException
- Specified by:
call
in interface hudson.remoting.Callable<Result,IOException>
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.