Interface AdditionalSupportInformationService

All Known Implementing Classes:
ApplicationLinkSupportInformationService, BetterSsoConfigAdditionalSupportInformationService, ClusterAdditionalSupportInformationService, GroupLevelAdminAdditionalSupportInformationService, MailConfigAdditionalSupportInformationService, PropertiesAdditionalSupportInformationService, ProxyAdditionalSupportInformationService

public interface AdditionalSupportInformationService
Service for providing additional information to SupportInformationService.
  • Method Details

    • extendSupportInformation

      void extendSupportInformation(SupportInformationBuilder supportInformationBuilder)
      Adds additional support information to the provided builder
      Parameters:
      supportInformationBuilder - the builder that will be filled with additional information
    • extendSupportInformation

      default void extendSupportInformation(SupportInformationBuilder supportInformationBuilder, Application application, int applicationIndex)
      Adds additional support information related to the specified application to the provided builder
      Parameters:
      supportInformationBuilder - the builder that will be filled with additional information
      application - the application to which the additional information relates to
      applicationIndex - the index of the application, used to build prefixes for item names