jenkins.mvn
Class FilePathSettingsProvider
java.lang.Object
hudson.model.AbstractDescribableImpl<SettingsProvider>
jenkins.mvn.SettingsProvider
jenkins.mvn.FilePathSettingsProvider
- All Implemented Interfaces:
- ExtensionPoint, Describable<SettingsProvider>
public class FilePathSettingsProvider
- extends SettingsProvider
- Since:
- 1.491
- Author:
- Nicolas De Loof, Dominik Bartholdi (imod)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilePathSettingsProvider
@DataBoundConstructor
public FilePathSettingsProvider(String path)
getPath
public String getPath()
supplySettings
public FilePath supplySettings(AbstractBuild<?,?> build,
TaskListener listener)
- Description copied from class:
SettingsProvider
- Configure maven launcher argument list with adequate settings path. Implementations should be aware that this method might get called multiple times during a build.
- Specified by:
supplySettings
in class SettingsProvider
- Returns:
- the filepath to the provided file.
null
if no settings will be provided.
Copyright © 2004-2013. All Rights Reserved.