Interface AddonHealth.Builder

    • Method Detail

      • issues

        AddonHealth.Builder issues​(Collection<AddonIssue> issues)

        An object representing the health issues for an add-on.

        Parameters:
        issues - An object representing the health issues for an add-on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • issues

        AddonHealth.Builder issues​(AddonIssue... issues)

        An object representing the health issues for an add-on.

        Parameters:
        issues - An object representing the health issues for an add-on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.