Package jenkins.mvn
Class FilePathGlobalSettingsProvider
java.lang.Object
hudson.model.AbstractDescribableImpl<GlobalSettingsProvider>
jenkins.mvn.GlobalSettingsProvider
jenkins.mvn.FilePathGlobalSettingsProvider
- All Implemented Interfaces:
ExtensionPoint
,Describable<GlobalSettingsProvider>
- Since:
- 1.491
- Author:
- Nicolas De Loof, Dominik Bartholdi (imod)
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
supplySettings
(AbstractBuild<?, ?> build, TaskListener listener) configure maven launcher argument list with adequate settings pathMethods inherited from class jenkins.mvn.GlobalSettingsProvider
getSettingsFilePath, getSettingsRemotePath, parseSettingsProvider, parseSettingsProvider
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
FilePathGlobalSettingsProvider
-
-
Method Details
-
getPath
-
supplySettings
Description copied from class:GlobalSettingsProvider
configure maven launcher argument list with adequate settings path- Specified by:
supplySettings
in classGlobalSettingsProvider
- Parameters:
build
- the build to provide the settings for- Returns:
- the filepath to the provided file.
null
if no settings will be provided.
-