Class ConfigInfo.MaxObjectSizeLimitInfo

  • Enclosing class:
    ConfigInfo

    public static class ConfigInfo.MaxObjectSizeLimitInfo
    extends Object
    • Field Detail

      • value

        public String value
        The effective value in bytes. Null if not set.
      • configuredValue

        public String configuredValue
        The value configured explicitly on the project as a formatted string. Null if not set.
      • summary

        public String summary
        Whether the value was inherited or overridden from the project's parent hierarchy or global config. Null if not inherited or overridden.
    • Constructor Detail

      • MaxObjectSizeLimitInfo

        public MaxObjectSizeLimitInfo()