Package org.jenkinsci.plugins.envinject
Class EnvInjectInfo
java.lang.Object
org.jenkinsci.plugins.envinject.EnvInjectInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EnvInjectJobPropertyInfo
- Author:
- Gregory Boissinot
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Fix CR/LF and always make it Unix style.getPropertiesContentMap
(Map<String, String> currentEnvVars)
-
Field Details
-
propertiesFilePath
-
propertiesContent
-
populateTriggerCause
Deprecated.
-
-
Constructor Details
-
EnvInjectInfo
-
-
Method Details
-
getPropertiesFilePath
-
getPropertiesContent
-
getPropertiesContentMap
-
fixCrLf
Fix CR/LF and always make it Unix style.- Returns:
- String with fixed line endings. May return
null
only fornull
input
-