Package jenkins.mvn
Class FilePathSettingsProvider
java.lang.Object
hudson.model.AbstractDescribableImpl<SettingsProvider>
jenkins.mvn.SettingsProvider
jenkins.mvn.FilePathSettingsProvider
- All Implemented Interfaces:
 ExtensionPoint,Describable<SettingsProvider>
- Since:
 - 1.491
 - Author:
 - Nicolas De Loof, Dominik Bartholdi (imod)
 
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetPath()supplySettings(AbstractBuild<?, ?> build, TaskListener listener) Configure maven launcher argument list with adequate settings path.Methods inherited from class jenkins.mvn.SettingsProvider
getSettingsFilePath, getSettingsRemotePath, parseSettingsProvider, parseSettingsProviderMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor 
- 
Constructor Details
- 
FilePathSettingsProvider
 
 - 
 - 
Method Details
- 
getPath
 - 
supplySettings
Description copied from class:SettingsProviderConfigure 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:
 supplySettingsin classSettingsProvider- Returns:
 - the filepath to the provided file. 
nullif no settings will be provided. 
 
 -