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 ClassesNested classes/interfaces inherited from class hudson.maven.AbstractMavenBuilder
AbstractMavenBuilder.FilterImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanFields inherited from class hudson.maven.AbstractMavenBuilder
futures, goals, listener, proxies, reporters, sourceProxies, systemProps -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMaven3Builder(Maven3Builder.Maven3BuilderRequest maven3BuilderRequest) -
Method Summary
Methods inherited from class hudson.maven.AbstractMavenBuilder
format, formatArgs, getClassLoader, initializeAsynchronousExecutions, isDebug, isQuiet, recordAsynchronousExecution, registerSystemProperties, waitForAsynchronousExecutionsMethods inherited from class jenkins.security.MasterToSlaveCallable
checkRolesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFailMethods inherited from interface hudson.remoting.DelegatingCallable
getClassLoaderMethods 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:
callin interfacehudson.remoting.Callable<Result,IOException> - Throws:
IOException
-