Class PropertiesAdditionalSupportInformationService
java.lang.Object
com.atlassian.crowd.service.support.PropertiesAdditionalSupportInformationService
- All Implemented Interfaces:
AdditionalSupportInformationService
public class PropertiesAdditionalSupportInformationService
extends Object
implements AdditionalSupportInformationService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPropertiesAdditionalSupportInformationService
(InternalPropertyManager propertyManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
extendSupportInformation
(SupportInformationBuilder supportInformationBuilder) Adds additional support information to the provided builderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.crowd.service.support.AdditionalSupportInformationService
extendSupportInformation
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
PropertiesAdditionalSupportInformationService
-
-
Method Details
-
extendSupportInformation
Description copied from interface:AdditionalSupportInformationService
Adds additional support information to the provided builder- Specified by:
extendSupportInformation
in interfaceAdditionalSupportInformationService
- Parameters:
supportInformationBuilder
- the builder that will be filled with additional information
-