Class LocalRepositoryLocator

java.lang.Object
hudson.model.AbstractDescribableImpl<LocalRepositoryLocator>
hudson.maven.local_repo.LocalRepositoryLocator
All Implemented Interfaces:
ExtensionPoint, Describable<LocalRepositoryLocator>
Direct Known Subclasses:
DefaultLocalRepositoryLocator, PerExecutorLocalRepositoryLocator, PerJobLocalRepositoryLocator

public abstract class LocalRepositoryLocator extends AbstractDescribableImpl<LocalRepositoryLocator> implements ExtensionPoint
Strategy pattern that decides the location of the Maven local repository for a build.
Since:
1.448
Author:
Kohsuke Kawaguchi
See Also: