Class EnvInjectInfo

    • Field Detail

      • propertiesFilePath

        @CheckForNull
        protected String propertiesFilePath
      • propertiesContent

        @CheckForNull
        protected String propertiesContent
      • populateTriggerCause

        @Deprecated
        @CheckForNull
        protected transient boolean populateTriggerCause
        Deprecated.
    • Constructor Detail

      • EnvInjectInfo

        @DataBoundConstructor
        public EnvInjectInfo​(String propertiesFilePath,
                             String propertiesContent)
    • Method Detail

      • getPropertiesFilePath

        @CheckForNull
        public String getPropertiesFilePath()
      • getPropertiesContent

        @CheckForNull
        public String getPropertiesContent()
      • fixCrLf

        @Nullable
        protected String fixCrLf​(@CheckForNull
                                 String s)
        Fix CR/LF and always make it Unix style.
        Returns:
        String with fixed line endings. May return null only for null input