Uses of Interface
com.atlassian.jira.bc.issue.properties.IssuePropertyService
Packages that use IssuePropertyService
Package
Description
-
Uses of IssuePropertyService in com.atlassian.jira.bc.issue
Constructors in com.atlassian.jira.bc.issue with parameters of type IssuePropertyServiceModifierConstructorDescriptionDefaultIssueService(IssueFactory issueFactory, IssueCreationHelperBean issueCreationHelperBean, FieldManager fieldManager, IssueManager issueManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, WorkflowManager workflowManager, IssueWorkflowManager issueWorkflowManager, FieldLayoutManager fieldLayoutManager, FieldConfigSchemeManager fieldConfigSchemeManager, com.atlassian.event.api.EventPublisher eventPublisher, IssuePropertyService issuePropertyService, ApplicationProperties applicationProperties, IssueLinkTypeManager issueLinkTypeManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, SubTaskManager subTaskManager, CustomFieldManager customFieldManager, TaskManager taskManager, BarrierFactory barrierFactory, JiraAuthenticationContext authenticationContext, AccessDeniedAuditHandler accessDeniedAuditHandler, ProjectComponentService projectComponentService) -
Uses of IssuePropertyService in com.atlassian.jira.bc.issue.properties
Classes in com.atlassian.jira.bc.issue.properties that implement IssuePropertyServiceConstructors in com.atlassian.jira.bc.issue.properties with parameters of type IssuePropertyService -
Uses of IssuePropertyService in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return IssuePropertyServiceModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.defaultIssueEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelper, com.atlassian.event.api.EventPublisher eventPublisher, IssuePropertyHelper issuePropertyHelper) Methods in com.atlassian.jira.component.spring.registrar with parameters of type IssuePropertyServiceModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.defaultIssueService(IssueFactory issueFactory, IssueCreationHelperBean issueCreationHelperBean, FieldManager fieldManager, IssueManager issueManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, WorkflowManager workflowManager, IssueWorkflowManager issueWorkflowManager, FieldLayoutManager fieldLayoutManager, FieldConfigSchemeManager fieldConfigSchemeManager, com.atlassian.event.api.EventPublisher eventPublisher, IssuePropertyService issuePropertyService, ApplicationProperties applicationProperties, IssueLinkTypeManager issueLinkTypeManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, SubTaskManager subTaskManager, CustomFieldManager customFieldManager, TaskManager taskManager, BarrierFactory barrierFactory, JiraAuthenticationContext jiraAuthenticationContext, AccessDeniedAuditHandler accessDeniedAuditHandler, ProjectComponentService projectComponentService) -
Uses of IssuePropertyService in com.atlassian.jira.rest.v2.entity.property
Constructors in com.atlassian.jira.rest.v2.entity.property with parameters of type IssuePropertyService -
Uses of IssuePropertyService in com.atlassian.jira.rest.v2.issue
Constructors in com.atlassian.jira.rest.v2.issue with parameters of type IssuePropertyServiceModifierConstructorDescriptionIssuePropertyResource(IssuePropertyService issuePropertyService, JiraAuthenticationContext authContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n)