Uses of Interface
com.atlassian.jira.bc.config.ConstantsService
Packages that use ConstantsService
Package
Description
-
Uses of ConstantsService in com.atlassian.jira.bc.config
Classes in com.atlassian.jira.bc.config that implement ConstantsServiceModifier and TypeClassDescriptionclassThis class implements constant-related business cases. -
Uses of ConstantsService in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return ConstantsServiceModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.constantsService(I18nHelper.BeanFactory i18n, ConstantsManager constantsManager, PermissionManager permissionManager, WorkflowSchemeManager workflowSchemeMgr, WorkflowManager workflowMgr, StatusCategoryManager statusCategoryManager, IssueTypeService issueTypeService) Methods in com.atlassian.jira.component.spring.registrar with parameters of type ConstantsServiceModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.workflowStatuses(JiraAuthenticationContext authenticationContext, ConstantsService constantsService, StatusService statusService, Workflows workflows, StatusManager statusManager, WorkflowService workflowService, OutcomeHelper outcomeHelper, WorkflowStatusesValidator workflowStatusesValidator) -
Uses of ConstantsService in com.atlassian.jira.rest.v2.issue
Constructors in com.atlassian.jira.rest.v2.issue with parameters of type ConstantsServiceModifierConstructorDescriptionStatusCategoryResource(JiraAuthenticationContext authContext, ConstantsService constantsService, StatusCategoryHelper statusCategoryHelper) StatusResource(JiraAuthenticationContext authContext, ConstantsService constantsService, StatusHelper statusHelper, JiraBaseUrls jiraBaseUrls, StatusService statusService) -
Uses of ConstantsService in com.atlassian.jira.web.action.admin.statuses
Constructors in com.atlassian.jira.web.action.admin.statuses with parameters of type ConstantsServiceModifierConstructorDescriptionEditStatus(StatusService statusService, ConstantsService constantsService) ViewStatuses(TranslationManager translationManager, StatusService statusService, ConstantsService constantsService, I18nHelper i18nHelper, WorkflowManager workflowManager) Default constructor for depedency injection -
Uses of ConstantsService in com.atlassian.jira.workflow.edit
Constructors in com.atlassian.jira.workflow.edit with parameters of type ConstantsServiceModifierConstructorDescriptionWorkflowStatusesImpl(JiraAuthenticationContext authenticationContext, ConstantsService constantsService, StatusService statusService, Workflows workflows, StatusManager statusManager, WorkflowService workflowService, OutcomeHelper outcomeHelper, WorkflowStatusesValidator workflowStatusesValidator)