Interface AdditionalSupportInformationService


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

    Modifier and Type
    Method
    Description
    void
    extendSupportInformation(com.atlassian.crowd.support.SupportInformationBuilder supportInformationBuilder)
    Adds additional support information to the provided builder
    default void
    extendSupportInformation(com.atlassian.crowd.support.SupportInformationBuilder supportInformationBuilder, com.atlassian.crowd.model.application.Application application, int applicationIndex)
    Adds additional support information related to the specified application to the provided builder
  • Method Details

    • extendSupportInformation

      void extendSupportInformation(com.atlassian.crowd.support.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(com.atlassian.crowd.support.SupportInformationBuilder supportInformationBuilder, com.atlassian.crowd.model.application.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