Uses of Class
hudson.maven.AbstractMavenBuild
Packages that use AbstractMavenBuild
-
Uses of AbstractMavenBuild in hudson.maven
Classes in hudson.maven with type parameters of type AbstractMavenBuildModifier and TypeClassDescriptionclassAbstractMavenBuild<P extends AbstractMavenProject<P,B>, B extends AbstractMavenBuild<P, B>> Subclasses of AbstractMavenBuild in hudson.mavenMethods in hudson.maven with parameters of type AbstractMavenBuildModifier and TypeMethodDescriptionprotected abstract voidAbstractMavenProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel, AbstractMavenBuild<?, ?> context) Apply extension plexus modules to the newly launched Maven process.protected voidMaven31ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel, AbstractMavenBuild<?, ?> context) protected voidMaven32ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel, AbstractMavenBuild<?, ?> context) protected voidMaven33ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel, AbstractMavenBuild<?, ?> context) protected voidMaven35ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel, AbstractMavenBuild<?, ?> context) protected voidMaven3ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel, AbstractMavenBuild<?, ?> context) -
Uses of AbstractMavenBuild in hudson.maven.local_repo
Methods in hudson.maven.local_repo with parameters of type AbstractMavenBuildModifier and TypeMethodDescriptionDefaultLocalRepositoryLocator.locate(AbstractMavenBuild build) abstract FilePathLocalRepositoryLocator.locate(AbstractMavenBuild build) Called during the build on the controller to determine the location of the local Maven repository.PerExecutorLocalRepositoryLocator.locate(AbstractMavenBuild build) PerJobLocalRepositoryLocator.locate(AbstractMavenBuild build)