Class PropertiesConfig
java.lang.Object
org.jenkinsci.lib.configprovider.model.Config
org.jenkinsci.plugins.configfiles.properties.PropertiesConfig
- All Implemented Interfaces:
Describable<Config>
,Serializable
,HasPropertyCredentialMappings
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPropertiesConfig
(String id, String name, String comment, String content, Boolean isReplaceAll, List<PropertiesCredentialMapping> propertiesCredentialMappings) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.jenkinsci.lib.configprovider.model.Config
getDescriptor, getProvider, getProviderId, setProviderId, toString
-
Field Details
-
isReplaceAll
-
isReplaceAllDefault
-
-
Constructor Details
-
PropertiesConfig
-
-
Method Details
-
getPropertiesCredentialMappings
- Specified by:
getPropertiesCredentialMappings
in interfaceHasPropertyCredentialMappings
-
getIsReplaceAll
- Specified by:
getIsReplaceAll
in interfaceHasPropertyCredentialMappings
-