public class FilePathGlobalSettingsProvider extends GlobalSettingsProvider
Modifier and Type | Class and Description |
---|---|
static class |
FilePathGlobalSettingsProvider.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
FilePathGlobalSettingsProvider(String path) |
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
FilePath |
supplySettings(AbstractBuild<?,?> build,
TaskListener listener)
configure maven launcher argument list with adequate settings path
|
getSettingsFilePath, getSettingsRemotePath, parseSettingsProvider
getDescriptor
@DataBoundConstructor public FilePathGlobalSettingsProvider(String path)
public String getPath()
public FilePath supplySettings(AbstractBuild<?,?> build, TaskListener listener)
GlobalSettingsProvider
supplySettings
in class GlobalSettingsProvider
build
- the build to provide the settings fornull
if no settings will be provided.Copyright © 2004–2019. All rights reserved.