Class ReleasePasswordSettings

All Implemented Interfaces:
ConfigurationItem, Serializable, Comparable<BaseConfigurationItem>

@Metadata(root=CONFIGURATION, versioned=false, label="Passwords in tasks", description="This setting controls whether the Allow passwords in all fields feature is available for releases and templates. It allows password variables to be used in non-encrypted form in task fields, e.g., to pass credentials to third-party applications.\nNote: Enabling this option can expose sensitive data and should be used with caution.") public class ReleasePasswordSettings extends BaseSettings
See Also:
  • Field Details

  • Constructor Details

    • ReleasePasswordSettings

      public ReleasePasswordSettings()
  • Method Details

    • getEnableAllowPasswordsInAllFields

      public boolean getEnableAllowPasswordsInAllFields()
    • setEnableAllowPasswordsInAllFields

      public void setEnableAllowPasswordsInAllFields(boolean enableAllowPasswordsInAllFields)