Class GlobalMavenSettingsConfig
java.lang.Object
org.jenkinsci.lib.configprovider.model.Config
org.jenkinsci.plugins.configfiles.maven.GlobalMavenSettingsConfig
- All Implemented Interfaces:
Describable<Config>
,Serializable
,HasServerCredentialMappings
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionShould server elements not contained in the credentials list be merged, or cleaned.static final Boolean
-
Constructor Summary
ConstructorDescriptionGlobalMavenSettingsConfig
(String id, String name, String comment, String content) GlobalMavenSettingsConfig
(String id, String name, String comment, String content, Boolean isReplaceAll, List<ServerCredentialMapping> serverCredentialMappings) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.jenkinsci.lib.configprovider.model.Config
getDescriptor, getProvider, getProviderId, setProviderId, toString
-
Field Details
-
isReplaceAll
Should server elements not contained in the credentials list be merged, or cleaned. Cleaned is the traditional behaviour and means the server entry won't appear in the resulting xml file. -
isReplaceAllDefault
-
-
Constructor Details
-
GlobalMavenSettingsConfig
-
GlobalMavenSettingsConfig
-
-
Method Details
-
getServerCredentialMappings
- Specified by:
getServerCredentialMappings
in interfaceHasServerCredentialMappings
-
getIsReplaceAll
- Specified by:
getIsReplaceAll
in interfaceHasServerCredentialMappings
-