Package hudson.maven
Class Maven3Builder
java.lang.Object
jenkins.security.MasterToSlaveCallable<Result,IOException>
hudson.maven.AbstractMavenBuilder
hudson.maven.Maven3Builder
- All Implemented Interfaces:
hudson.remoting.Callable<Result,
,IOException> hudson.remoting.DelegatingCallable<Result,
,IOException> Serializable
,org.jenkinsci.remoting.RoleSensitive
public class Maven3Builder
extends AbstractMavenBuilder
implements hudson.remoting.DelegatingCallable<Result,IOException>
- Author:
- Olivier Lamy, Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.maven.AbstractMavenBuilder
AbstractMavenBuilder.FilterImpl
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
static boolean
Fields inherited from class hudson.maven.AbstractMavenBuilder
futures, goals, listener, proxies, reporters, sourceProxies, systemProps
-
Constructor Summary
ModifierConstructorDescriptionprotected
Maven3Builder
(Maven3Builder.Maven3BuilderRequest maven3BuilderRequest) -
Method Summary
Methods inherited from class hudson.maven.AbstractMavenBuilder
format, formatArgs, getClassLoader, initializeAsynchronousExecutions, isDebug, isQuiet, recordAsynchronousExecution, registerSystemProperties, waitForAsynchronousExecutions
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
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
getChannelOrFail, getOpenChannelOrFail
Methods inherited from interface hudson.remoting.DelegatingCallable
getClassLoader
Methods inherited from interface org.jenkinsci.remoting.RoleSensitive
checkRoles
-
Field Details
-
markAsSuccess
public static boolean markAsSuccess -
DUMP_PERFORMANCE_COUNTERS
public static boolean DUMP_PERFORMANCE_COUNTERS
-
-
Constructor Details
-
Maven3Builder
- Throws:
IOException
-
-
Method Details
-
call
- Specified by:
call
in interfacehudson.remoting.Callable<Result,
IOException> - Throws:
IOException
-