public abstract class LocalRepositoryLocator extends hudson.model.AbstractDescribableImpl<LocalRepositoryLocator> implements hudson.ExtensionPoint
LocalRepositoryLocatorDescriptor| Constructor and Description |
|---|
LocalRepositoryLocator() |
| Modifier and Type | Method and Description |
|---|---|
LocalRepositoryLocatorDescriptor |
getDescriptor() |
abstract hudson.FilePath |
locate(AbstractMavenBuild build)
Called during the build on the master to determine the location of the local Maven repository.
|
public abstract hudson.FilePath locate(AbstractMavenBuild build)
AbstractBuild.getWorkspace() does.public LocalRepositoryLocatorDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<LocalRepositoryLocator>getDescriptor in class hudson.model.AbstractDescribableImpl<LocalRepositoryLocator>Copyright © 2016–2017. All rights reserved.