Uses of Interface
com.atlassian.jira.bc.user.UserPropertyService
Packages that use UserPropertyService
Package
Description
-
Uses of UserPropertyService in com.atlassian.jira.bc.user.property
Classes in com.atlassian.jira.bc.user.property that implement UserPropertyServiceConstructors in com.atlassian.jira.bc.user.property with parameters of type UserPropertyService -
Uses of UserPropertyService in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return UserPropertyServiceModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.defaultUserPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelper, com.atlassian.event.api.EventPublisher eventPublisher, UserPropertyHelper userPropertyHelper) Methods in com.atlassian.jira.component.spring.registrar with parameters of type UserPropertyServiceModifier and TypeMethodDescriptionSearchConfiguration.CommonSearchConfiguration.lastJqlFieldsService(UserPropertyService userPropertyService, FeatureManager featureManager) -
Uses of UserPropertyService in com.atlassian.jira.issue.search.jql
Constructors in com.atlassian.jira.issue.search.jql with parameters of type UserPropertyServiceModifierConstructorDescriptionLastJqlFieldsServiceImpl(UserPropertyService userPropertyService, FeatureManager featureManager) -
Uses of UserPropertyService in com.atlassian.jira.rest.v2.user
Constructors in com.atlassian.jira.rest.v2.user with parameters of type UserPropertyServiceModifierConstructorDescriptionprotectedUserPropertyResource(UserPropertyService userPropertyService, JiraAuthenticationContext authenticationContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n, ResponseFactory responseFactory, UserManager userManager, SelfLinkBuilder selfLinkBuilder) -
Uses of UserPropertyService in com.codebarrel.jira.entityproperties.compat
Constructors in com.codebarrel.jira.entityproperties.compat with parameters of type UserPropertyServiceModifierConstructorDescriptionEntityPropertyServiceCompatibilityFactory(IssuePropertyService issuePropertyService, ProjectPropertyService projectPropertyService, CommentPropertyService commentPropertyService, IssueTypePropertyService issueTypePropertyService, UserPropertyService userPropertyService, CompatibilityCheck compatibilityCheck) -
Uses of UserPropertyService in com.codebarrel.jira.plugin.automation.spring.config
Methods in com.codebarrel.jira.plugin.automation.spring.config that return UserPropertyService