Constructor and Description |
---|
DefaultLabelService(PermissionManager permissionManager,
IssueManager issueManager,
LabelManager labelManager,
I18nHelper.BeanFactory beanFactory,
CustomFieldManager customFieldManager,
FieldLayoutManager fieldLayoutManager) |
Modifier and Type | Method and Description |
---|---|
static LabelManager |
MockIssueFactory.getLabelManager() |
Modifier and Type | Method and Description |
---|---|
static void |
MockIssueFactory.setLabelManager(LabelManager labelManager) |
Constructor and Description |
---|
DefaultIssueFactory(IssueManager issueManager,
ProjectManager projectManager,
ArchivedProjectManager archivedProjectManager,
VersionManager versionManager,
IssueSecurityLevelManager issueSecurityLevelManager,
ConstantsManager constantsManager,
SubTaskManager subTaskManager,
FieldManager fieldManager,
AttachmentManager attachmentManager,
ProjectFactory projectFactory,
LabelManager labelManager,
ProjectComponentManager projectComponentManager,
UserManager userManager,
JqlLocalDateSupport jqlLocalDateSupport,
JiraAuthenticationContext jiraAuthenticationContext,
ArchivingLicenseCheck archivingLicenseCheck) |
IssueImpl(org.ofbiz.core.entity.GenericValue genericValue,
IssueManager issueManager,
ProjectManager projectManager,
ArchivedProjectManager archivedProjectManager,
VersionManager versionManager,
IssueSecurityLevelManager issueSecurityLevelManager,
ConstantsManager constantsManager,
SubTaskManager subTaskManager,
AttachmentManager attachmentManager,
LabelManager labelManager,
ProjectComponentManager projectComponentManager,
UserManager userManager,
JiraAuthenticationContext jiraAuthenticationContext,
ArchivingLicenseCheck archivingLicenseCheck)
Load an issue backed by the database.
|
IssueImpl(Issue issue,
IssueManager issueManager,
ProjectManager projectManager,
ArchivedProjectManager archivedProjectManager,
VersionManager versionManager,
IssueSecurityLevelManager issueSecurityLevelManager,
ConstantsManager constantsManager,
SubTaskManager subTaskManager,
AttachmentManager attachmentManager,
LabelManager labelManager,
ProjectComponentManager projectComponentManager,
UserManager userManager,
JiraAuthenticationContext jiraAuthenticationContext,
ArchivingLicenseCheck archivingLicenseCheck)
Create an issue, cloning another issue's data.
|
Constructor and Description |
---|
LabelsCFType(JiraAuthenticationContext authenticationContext,
IssueManager issueManager,
GenericConfigManager genericConfigManager,
LabelUtil labelUtil,
LabelManager labelManager,
ProjectImportLabelFieldParser projectImportableCustomFieldParser,
JiraBaseUrls jiraBaseUrls) |
Constructor and Description |
---|
LabelsSystemField(VelocityTemplatingEngine templatingEngine,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
PermissionManager permissionManager,
LabelsSearchHandlerFactory searchHandlerFactory,
LabelManager labelManager,
IssueManager issueManager,
JiraBaseUrls jiraBaseUrls) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLabelManager
Manager responsible for label operations.
|
Constructor and Description |
---|
LabelsClauseValuesGenerator(LabelManager labelManager) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.