Interface AdditionalSupportInformationService
public interface AdditionalSupportInformationService
Service for providing additional information to
SupportInformationService.-
Method Summary
Modifier and TypeMethodDescriptionvoidextendSupportInformation(com.atlassian.crowd.support.SupportInformationBuilder supportInformationBuilder) Adds additional support information to the provided builderdefault voidextendSupportInformation(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 informationapplication- the application to which the additional information relates toapplicationIndex- the index of the application, used to build prefixes for item names
-