hudson.maven
Class AbstractMavenBuilder
java.lang.Object
hudson.maven.AbstractMavenBuilder
- All Implemented Interfaces:
- Callable<Result,IOException>, DelegatingCallable<Result,IOException>, Serializable
- Direct Known Subclasses:
- Maven3Builder, MavenBuilder
public abstract class AbstractMavenBuilder
- extends Object
- implements DelegatingCallable<Result,IOException>
- Author:
- Olivier Lamy
- 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.Callable |
call |
goals
protected final List<String> goals
- Goals to be executed in this Maven execution.
systemProps
protected final Map<String,String> systemProps
- Hudson-defined system properties. These will be made available to Maven,
and accessible as if they are specified as -Dkey=value
listener
protected final BuildListener listener
- Where error messages and so on are sent.
AbstractMavenBuilder
protected AbstractMavenBuilder(BuildListener listener,
List<String> goals,
Map<String,String> systemProps)
formatArgs
protected String formatArgs(List<String> args)
format
protected String format(NumberFormat n,
long nanoTime)
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader in interface DelegatingCallable<Result,IOException>
Copyright © 2004-2011. All Rights Reserved.