Uses of Interface
com.atlassian.jira.util.I18nHelper
Packages that use I18nHelper
Package
Description
Package for JIRA Messaging utilities.
-
Uses of I18nHelper in com.atlassian.jira.actions
Classes in com.atlassian.jira.actions that implement I18nHelperModifier and TypeClassDescriptionclass
Action that renders initial browse archived issues page -
Uses of I18nHelper in com.atlassian.jira.actions.admin
Classes in com.atlassian.jira.actions.admin that implement I18nHelperModifier and TypeClassDescriptionclass
Action that renders initial manage terminology admin page -
Uses of I18nHelper in com.atlassian.jira.actions.admin.user
Classes in com.atlassian.jira.actions.admin.user that implement I18nHelperModifier and TypeClassDescriptionclass
Action that renders Accessibility Personal Settings page.class
Action that renders anonymize user page. -
Uses of I18nHelper in com.atlassian.jira.admin.adminheader.beans
Methods in com.atlassian.jira.admin.adminheader.beans that return I18nHelper -
Uses of I18nHelper in com.atlassian.jira.appconsistency.integrity.check
Methods in com.atlassian.jira.appconsistency.integrity.check that return I18nHelper -
Uses of I18nHelper in com.atlassian.jira.appconsistency.integrity.integritycheck
Constructors in com.atlassian.jira.appconsistency.integrity.integritycheck with parameters of type I18nHelperModifierConstructorDescriptionCheckIntegrityOperation
(I18nHelper i18nHelper, IntegrityChecker integrityChecker) FixIntegrityOperation
(I18nHelper i18nHelper, IntegrityChecker integrityChecker) IntegrityCheckerCallable
(org.apache.log4j.Logger log, I18nHelper i18nHelper, ProgressAwareIntegrityCheckerOperation integrityCheckerOperation, List<Long> checks, Map<String, String[]> contextParameters) -
Uses of I18nHelper in com.atlassian.jira.applicationproperties
Classes in com.atlassian.jira.applicationproperties that implement I18nHelperModifier and TypeClassDescriptionclass
Application properties action, really here just for WebSudo and permissions check -
Uses of I18nHelper in com.atlassian.jira.auditing
Methods in com.atlassian.jira.auditing that return I18nHelperMethods in com.atlassian.jira.auditing with parameters of type I18nHelperModifier and TypeMethodDescriptionprotected void
DefaultAuditingService.validateAssociatedItem
(String fieldId, AssociatedItem objectItem, ErrorCollection errorCollection, I18nHelper i18nBean) protected void
DefaultAuditingService.validateAssociatedItems
(String fieldId, Iterable<AssociatedItem> associatedItems, ErrorCollection errorCollection, I18nHelper i18nBean) protected void
DefaultAuditingService.validateCategoryAndSummary
(String category, String summary, ErrorCollection errorCollection, I18nHelper i18nBean) protected void
DefaultAuditingService.validateChangedValue
(String fieldId, ChangedValue value, ErrorCollection errorCollection, I18nHelper i18nBean) protected void
DefaultAuditingService.validateChangedValues
(String fieldId, Iterable<ChangedValue> values, ErrorCollection errorCollection, I18nHelper i18nBean) -
Uses of I18nHelper in com.atlassian.jira.auditing.handlers
Methods in com.atlassian.jira.auditing.handlers that return I18nHelperModifier and TypeMethodDescriptionprotected I18nHelper
FieldLayoutSchemeChangeHandlerImpl.getI18n()
protected I18nHelper
NotificationChangeHandlerImpl.getI18n()
protected I18nHelper
PermissionChangeHandlerImpl.getI18n()
protected I18nHelper
ProjectComponentEventHandlerImpl.getI18n()
protected I18nHelper
ProjectEventHandlerImpl.getI18n()
protected I18nHelper
ScreensEventHandlerImpl.getI18n()
Constructors in com.atlassian.jira.auditing.handlers with parameters of type I18nHelperModifierConstructorDescriptionDefaultAssigneeTypeHandlerImpl
(com.atlassian.audit.api.AuditService auditService, I18nHelper i18nHelper) DetailedGeneralConfigurationChangesEventHandlerImpl
(com.atlassian.audit.api.AuditService auditService, I18nHelper i18n) ImportExportHandlerImpl
(com.atlassian.audit.api.AuditService auditService, DateTimeFormatter dateTimeFormatter, JiraDurationUtils jiraDurationUtils, I18nHelper i18n) ServiceEventHandlerImpl
(I18nHelper i18nHelper, com.atlassian.audit.api.AuditService auditService) SystemAuditEventHandlerImpl
(I18nHelper i18nHelper, OutlookDateManager outlookDateManager, DateTimeFormatterFactory dateTimeFormatterFactory, com.atlassian.audit.api.AuditService auditService) UserDefaultSettingsEventHandlerImpl
(I18nHelper i18nHelper, com.atlassian.audit.api.AuditService auditService) -
Uses of I18nHelper in com.atlassian.jira.bc
Methods in com.atlassian.jira.bc that return I18nHelperModifier and TypeMethodDescriptionJiraServiceContext.getI18nBean()
Get an I18nHelper for localising text.JiraServiceContextImpl.getI18nBean()
Constructors in com.atlassian.jira.bc with parameters of type I18nHelperModifierConstructorDescriptionJiraServiceContextImpl
(ApplicationUser user, ErrorCollection errorCollection, I18nHelper i18nHelper) Instantiates this class with user and error collection and I18nHelper. -
Uses of I18nHelper in com.atlassian.jira.bc.config
Constructors in com.atlassian.jira.bc.config with parameters of type I18nHelperModifierConstructorDescriptionDefaultStatusService
(StatusManager statusManager, I18nHelper i18nHelper, ConstantsManager constantsManager, PermissionManager permissionManager, WorkflowManager workflowManager, com.atlassian.event.api.EventPublisher eventPublisher, StatusCategoryManager statusCategoryManager, WorkflowSchemeManager workflowSchemeManager) -
Uses of I18nHelper in com.atlassian.jira.bc.dashboard.item.property
Constructors in com.atlassian.jira.bc.dashboard.item.property with parameters of type I18nHelperModifierConstructorDescriptionDefaultDashboardItemPropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, DashboardItemPropertyHelper entityPropertyHelper) -
Uses of I18nHelper in com.atlassian.jira.bc.dataimport
Methods in com.atlassian.jira.bc.dataimport with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
DefaultDataImportService.checkClusterNotActive
(ErrorCollection errors, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.bc.issue
Constructors in com.atlassian.jira.bc.issue with parameters of type I18nHelperModifierConstructorDescriptionCloneIssueCommand
(ApplicationUser user, Issue originalIssue, String summary, boolean cloneAttachments, boolean cloneSubTasks, boolean cloneLinks, Map<CustomField, Optional<Boolean>> cloneOptionSelections, IssueManager issueManager, IssueFactory issueFactory, ApplicationProperties applicationProperties, IssueLinkTypeManager issueLinkTypeManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, SubTaskManager subTaskManager, PermissionManager permissionManager, CustomFieldManager customFieldManager, org.slf4j.Logger log, I18nHelper i18nHelper, BarrierFactory barrierFactory) -
Uses of I18nHelper in com.atlassian.jira.bc.issue.changehistory.properties
Constructors in com.atlassian.jira.bc.issue.changehistory.properties with parameters of type I18nHelperModifierConstructorDescriptionChangeHistoryPropertyHelper
(IssueManager issueManager, IssuePropertyHelper issuePropertyHelper, I18nHelper i18n, ChangeHistoryManager changeHistoryManager) DefaultChangeHistoryPropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, ChangeHistoryPropertyHelper entityPropertyHelper) -
Uses of I18nHelper in com.atlassian.jira.bc.issue.comment.property
Constructors in com.atlassian.jira.bc.issue.comment.property with parameters of type I18nHelperModifierConstructorDescriptionCommentPropertyHelper
(CommentPermissionManager commentPermissionManager, CommentSearchManager commentSearchManager, I18nHelper i18n) DefaultCommentPropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, CommentPropertyHelper entityPropertyHelper) -
Uses of I18nHelper in com.atlassian.jira.bc.issue.fields
Constructors in com.atlassian.jira.bc.issue.fields with parameters of type I18nHelperModifierConstructorDescriptionFieldConfigSchemeServiceImpl
(FieldConfigSchemeManager fieldConfigSchemeManager, FieldConfigManager fieldConfigManager, ProjectManager projectManager, FieldManager fieldManager, GlobalPermissionManager globalPermissionManager, I18nHelper i18n, ManagedConfigurationItemService managedConfigurationItemService, DCFeatureLicenseChecker licenseChecker, CustomFieldManager customFieldManager) -
Uses of I18nHelper in com.atlassian.jira.bc.issue.properties
Constructors in com.atlassian.jira.bc.issue.properties with parameters of type I18nHelperModifierConstructorDescriptionDefaultIssueEntityWithKeyPropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, IssuePropertyHelper propertyHelper) IssuePropertyHelper
(I18nHelper i18n, IssueManager issueManager, PermissionManager permissionManager) -
Uses of I18nHelper in com.atlassian.jira.bc.issuetype.property
Constructors in com.atlassian.jira.bc.issuetype.property with parameters of type I18nHelperModifierConstructorDescriptionDefaultIssueTypePropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, IssueTypePropertyHelper entityPropertyHelper) IssueTypePropertyHelper
(IssueTypeManager issueTypeManager, IssueTypePermissionService issueTypePermissionService, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.bc.license
Methods in com.atlassian.jira.bc.license with parameters of type I18nHelperModifier and TypeMethodDescriptionJiraLicenseService.getLicenseDetails
(String licenseString, I18nHelper i18nHelper) JiraLicenseServiceImpl.getLicenseDetails
(String licenseString, I18nHelper i18nHelper) JiraLicenseService.validate
(com.atlassian.application.api.ApplicationKey applicationKey, String licenseString, I18nHelper i18nHelper) Validates a JIRA application license string in preparation for setting that string as the license for the specified application.JiraLicenseService.validate
(I18nHelper i18n) Checks that allexisting licenses
arevalid
.JiraLicenseService.validate
(I18nHelper i18n, Iterable<String> licenses) Validates each license String provided in preparation for setting them.JiraLicenseService.validate
(I18nHelper i18nHelper, String licenseString) Performs minimum validation on the license.JiraLicenseServiceImpl.validate
(com.atlassian.application.api.ApplicationKey applicationKey, String licenseString, I18nHelper i18nHelper) JiraLicenseServiceImpl.validate
(I18nHelper i18nHelper) JiraLicenseServiceImpl.validate
(I18nHelper i18n, Iterable<String> licenses) JiraLicenseServiceImpl.validate
(I18nHelper i18nHelper, String licenseString) JiraLicenseService.validateApplicationLicense
(I18nHelper i18nHelper, String licenseString) Deprecated.JiraLicenseServiceImpl.validateApplicationLicense
(I18nHelper i18nHelper, String licenseString) JiraLicenseService.validateMultiLicenses
(Collection<LicenseValidationInformation> licenseValidationInformations, I18nHelper i18nHelper) Validates a JIRA application multiple license string in preparation for setting that string as the license for the specified application.JiraLicenseServiceImpl.validateMultiLicenses
(Collection<LicenseValidationInformation> licenseValidationInformations, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.bc.project
Methods in com.atlassian.jira.bc.project that return I18nHelperModifier and TypeMethodDescriptionprotected final I18nHelper
DefaultProjectService.getI18nBean
(ApplicationUser user) protected final I18nHelper
DeleteProjectCommand.getI18nBean
(ApplicationUser user) -
Uses of I18nHelper in com.atlassian.jira.bc.project.index
Methods in com.atlassian.jira.bc.project.index with parameters of type I18nHelperModifier and TypeMethodDescriptionProjectIndexTaskContext.getTaskInProgressMessage
(I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.bc.project.property
Constructors in com.atlassian.jira.bc.project.property with parameters of type I18nHelperModifierConstructorDescriptionDefaultProjectEntityWithKeyPropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, ProjectPropertyHelper propertyHelper) ProjectPropertyHelper
(I18nHelper i18n, ProjectManager projectManager, PermissionManager permissionManager) -
Uses of I18nHelper in com.atlassian.jira.bc.subtask.conversion
Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
DefaultIssueConversionService.populateFields
(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) void
IssueConversionService.populateFields
(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) Populates the operationContext from the params in theActionContext
In case of invalid values, new error messages are added to the context's error collection under the fieldName.void
DefaultIssueConversionService.validateFields
(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) void
IssueConversionService.validateFields
(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) Validates that all fields inputed have valid values. -
Uses of I18nHelper in com.atlassian.jira.bc.user
Constructors in com.atlassian.jira.bc.user with parameters of type I18nHelperModifierConstructorDescriptionCreateUserApplicationHelper
(ApplicationRoleManager applicationRoleManager, I18nHelper i18nHelper, BaseUrl baseUrl, GlobalPermissionManager globalPermissionManager, LicenseCountService licenseCountService, FeatureManager featureManager, JiraLicenseManager jiraLicenseManager, GroupsToApplicationsSeatingHelper groupsToApplicationsSeatingHelper, UserManager userManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, GroupLabelsService groupLabels, AuthorisationManager authorisationManager) -
Uses of I18nHelper in com.atlassian.jira.bc.user.property
Constructors in com.atlassian.jira.bc.user.property with parameters of type I18nHelperModifierConstructorDescriptionDefaultUserPropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, UserPropertyHelper propertyHelper) UserPropertyHelper
(UserManager userManager, GlobalPermissionManager permissionManager, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.bulkedit.operation
Methods in com.atlassian.jira.bulkedit.operation with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
BulkMigrateOperation.chooseContext
(BulkEditBean rootBulkEditBean, ApplicationUser applicationUser, I18nHelper i18nHelper, ErrorCollection errors) void
BulkMoveOperation.chooseContext
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, I18nHelper i18nHelper, ErrorCollection errors) void
BulkMoveOperationImpl.chooseContext
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, I18nHelper i18nHelper, ErrorCollection errors) BulkMoveOperationImpl.getFieldName
(Field field, I18nHelper i18nHelper) void
BulkMigrateOperation.validatePopulateFields
(BulkEditBean rootBulkEditBean, I18nHelper i18nHelper, ErrorCollection errors) void
BulkMoveOperation.validatePopulateFields
(BulkEditBean bulkEditBean, ErrorCollection errors, I18nHelper i18nHelper) void
BulkMoveOperationImpl.validatePopulateFields
(BulkEditBean bulkEditBean, ErrorCollection errors, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.charts
Constructors in com.atlassian.jira.charts with parameters of type I18nHelperModifierConstructorDescriptionPieSegmentWrapper
(Object key, I18nHelper i18nHelper, String statisticType, ConstantsManager constantsManager, CustomFieldManager customFieldManager) -
Uses of I18nHelper in com.atlassian.jira.charts.jfreechart
Constructors in com.atlassian.jira.charts.jfreechart with parameters of type I18nHelperModifierConstructorDescriptionPieChartGenerator
(org.jfree.data.general.PieDataset pieDataset, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.charts.jfreechart.util
Methods in com.atlassian.jira.charts.jfreechart.util with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic void
ChartUtil.setDefaults
(org.jfree.chart.JFreeChart chart, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.charts.piechart
Constructors in com.atlassian.jira.charts.piechart with parameters of type I18nHelperModifierConstructorDescriptionPieChartDataSetFactory
(ConstantsManager constantsManager, CustomFieldManager customFieldManager, StatisticMap<?, Number> statisticMap, I18nHelper i18nHelper, String statisticType) -
Uses of I18nHelper in com.atlassian.jira.cluster
Methods in com.atlassian.jira.cluster with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
DefaultClusterServicesManager.IndexCleaningServiceHelper.createIndexCleaningServiceIfNeeded
(I18nHelper i18n) Creates a new IndexCleaning service if it doesn't exist.Constructors in com.atlassian.jira.cluster with parameters of type I18nHelperModifierConstructorDescriptionDefaultClusterServicesManager
(ClusterManager clusterManager, ServiceManager serviceManager, NodeReindexService nodeReindexService, I18nHelper i18nHelper, NodeStateManager nodeStateManager, ClusterNodeHeartBeatDao heartBeatDao, SharedHomeNodeStatusWriter sharedHomeNodeStatusWriter, MessageHandlerService messageHandlerService, HeartbeatScheduledExecutorFactory heartbeatScheduledExecutorFactory, ClusterWatchdogService clusterWatchdogService, ClusterTaskCleanupService clusterTaskCleanupService, VersioningCleanupService versioningCleanupService, ClusterStateCheckerJob clusterStateCheckerService) DefaultNodeStateService
(GlobalPermissionManager globalPermissionManager, I18nHelper i18nHelper, NodeStateManager nodeStateManager, ClusterNodes clusterNodes) -
Uses of I18nHelper in com.atlassian.jira.component.pico.provider
Methods in com.atlassian.jira.component.pico.provider that return I18nHelperModifier and TypeMethodDescriptionI18nHelperProvider.provide
(I18nHelper.BeanFactory factory, JiraAuthenticationContext authenticationContext) -
Uses of I18nHelper in com.atlassian.jira.config
Methods in com.atlassian.jira.config with parameters of type I18nHelperModifier and TypeMethodDescriptionDefaultLocaleManager.getInstalledLocalesWithDefault
(Locale defaultLocale, I18nHelper i18nHelper) LocaleManager.getInstalledLocalesWithDefault
(Locale defaultLocale, I18nHelper i18nHelper) Returns a mapping of localeString to its displayname.BackgroundIndexTaskContext.getTaskInProgressMessage
(I18nHelper i18n) ForegroundIndexTaskContext.getTaskInProgressMessage
(I18nHelper i18n) IndexTask.getTaskInProgressMessage
(I18nHelper i18n) IndexTaskContext.getTaskInProgressMessage
(I18nHelper i18n) ReplicatedIndexTaskContext.getTaskInProgressMessage
(I18nHelper i18n) Constructors in com.atlassian.jira.config with parameters of type I18nHelperModifierConstructorDescriptionDefaultIssueTypeService
(ConstantsManager constantsManager, IssueTypeTypeAvatarService avatarService, I18nHelper i18n, GlobalPermissionManager globalPermissionManager, IssueTypeManager issueTypeManager, PermissionManager permissionManager, IssueTypeSchemeManager issueTypeSchemeManager, SubTaskManager subTaskManager, ApplicationProperties applicationProperties) DefaultPriorityManager
(ConstantsManager constantsManager, OfBizDelegator ofBizDelegator, IssueIndexingService issueIndexingService, ApplicationProperties applicationProperties, IssueConstantFactory issueConstantFactory, com.atlassian.beehive.ClusterLockService clusterLockService, IssueManager issueManager, QueryDslAccessor queryDslAccessor, PrioritySchemeManager prioritySchemeManager, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper i18nHelper, ProjectManager projectManager, PrioritySchemeUtil prioritySchemeUtil) -
Uses of I18nHelper in com.atlassian.jira.credits
Classes in com.atlassian.jira.credits that implement I18nHelperModifier and TypeClassDescriptionclass
Displays the JIRA credits page, touring around the world!class
Rolls the credits, yoclass
Displays the JIRA credits page like it were the Legend of Zelda -
Uses of I18nHelper in com.atlassian.jira.crowd.embedded
Methods in com.atlassian.jira.crowd.embedded that return I18nHelperModifier and TypeMethodDescriptionprotected I18nHelper
DefaultJaacsService.i18n
(ApplicationUser user) Returns an I18nHelper for the given user. -
Uses of I18nHelper in com.atlassian.jira.dashboarditem.statistics.service.statistics.searcher
Constructors in com.atlassian.jira.dashboarditem.statistics.service.statistics.searcher with parameters of type I18nHelperModifierConstructorDescriptionStatisticsSearcher
(QueryUrlSupplier queryUrlSupplier, I18nHelper i18nHelper, CustomFieldManager customFieldManager, SearchProvider searchProvider, FieldVisibilityManager fieldVisibilityManager, ReaderCache readerCache, FieldManager fieldManager) -
Uses of I18nHelper in com.atlassian.jira.dev.events
Classes in com.atlassian.jira.dev.events that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.dev.reference.dependent.plugin.actions
Classes in com.atlassian.jira.dev.reference.dependent.plugin.actions that implement I18nHelperModifier and TypeClassDescriptionclass
Simple web action that displays the result of calling a method onReferencePublicComponent
. -
Uses of I18nHelper in com.atlassian.jira.dev.reference.plugin.actions
Classes in com.atlassian.jira.dev.reference.plugin.actions that implement I18nHelperModifier and TypeClassDescriptionclass
Action that commits the HTTP response (by triggering flush-header-early) and then throws a RuntimeException.class
Sample Reference Action that prints out "Welcome to JIRA".class
Sample Reference Action that prints out "Welcome to JIRA".class
Simple web action that displays the result of calling a method onReferenceComponent
class
Simple web action that displays the result of calling a method onReferenceComponent
.class
An action that prints out value of the reference resource.class
Demonstrates an action that is configured to use a Soy template -
Uses of I18nHelper in com.atlassian.jira.dev.reference.plugin.filter
Constructors in com.atlassian.jira.dev.reference.plugin.filter with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.dev.reference.plugin.imports.project
Methods in com.atlassian.jira.dev.reference.plugin.imports.project with parameters of type I18nHelperModifier and TypeMethodDescriptionReferenceProjectImportValidator.validate
(BackupProject backupProject, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.dev.reference.plugin.renderer
Constructors in com.atlassian.jira.dev.reference.plugin.renderer with parameters of type I18nHelperModifierConstructorDescriptionReferenceGoogleLink
(com.atlassian.renderer.links.GenericLinkParser parser, com.atlassian.renderer.RenderContext context, I18nHelper i18nHelper) ReferenceWikipediaLink
(com.atlassian.renderer.links.GenericLinkParser parser, com.atlassian.renderer.RenderContext context, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.dev.reference.plugin.user
Constructors in com.atlassian.jira.dev.reference.plugin.user with parameters of type I18nHelperModifierConstructorDescriptionReferenceOwnershipTransferHandler
(I18nHelper i18nHelper) ReferenceUserAnonymizationHandler
(I18nHelper i18nHelper) ReferenceUserKeyChangeHandler
(I18nHelper i18nHelper) ReferenceUserNameChangeHandler
(I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.dev.resources
Classes in com.atlassian.jira.dev.resources that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.dev.resources.permission
Classes in com.atlassian.jira.dev.resources.permission that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.entity.property
Constructors in com.atlassian.jira.entity.property with parameters of type I18nHelperModifierConstructorDescriptionBaseEntityPropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, EntityPropertyHelper<E> entityPropertyHelper) BaseEntityWithKeyPropertyService
(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, EntityWithKeyPropertyHelper<E> entityHelper) -
Uses of I18nHelper in com.atlassian.jira.entity.remotelink
Methods in com.atlassian.jira.entity.remotelink with parameters of type I18nHelperModifier and TypeMethodDescriptionprotected static void
AbstractRemoteEntityLinkService.verifyNotBlank
(ErrorCollection errors, I18nHelper i18n, String field, String value) protected static void
AbstractRemoteEntityLinkService.verifyNotNull
(ErrorCollection errors, I18nHelper i18n, String field, Object value) -
Uses of I18nHelper in com.atlassian.jira.event.issue
Methods in com.atlassian.jira.event.issue that return I18nHelper -
Uses of I18nHelper in com.atlassian.jira.filestore
Methods in com.atlassian.jira.filestore with parameters of type I18nHelperModifier and TypeMethodDescriptionFileStoreInformation.getInternationalizedView
(I18nHelper i18nHelper) Returns a view of the file store information that has been internationalized.FileStoreInformation.Entry.getText
(I18nHelper i18nHelper) Returns the internationalized text for this entry. -
Uses of I18nHelper in com.atlassian.jira.frontend.actions.settings
Classes in com.atlassian.jira.frontend.actions.settings that implement I18nHelperModifier and TypeClassDescriptionclass
Action that renders Email Templates Settings page. -
Uses of I18nHelper in com.atlassian.jira.i18n
Classes in com.atlassian.jira.i18n that implement I18nHelperModifier and TypeClassDescriptionclass
DEVSPEED-34: We wanted to properly cache the I18nBean.Methods in com.atlassian.jira.i18n that return I18nHelperModifier and TypeMethodDescriptionBackingI18nFactory.create
(Locale locale, Iterable<? extends TranslationTransform> translationTransforms) Create anI18nHelper
for the passed parameters.BootstrapJiraAuthenticationContext.getI18nHelper()
CachingI18nFactory.getInstance
(ApplicationUser user) CachingI18nFactory.getInstance
(Locale locale) DelegateI18nFactory.getInstance
(ApplicationUser user) DelegateI18nFactory.getInstance
(Locale locale) -
Uses of I18nHelper in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
DefaultProjectImportManager.autoMapAndValidateCustomFields
(ProjectImportData projectImportData, MappingResult mappingResult, BackupProject backupProject, I18nHelper i18nBean) void
ProjectImportManager.autoMapAndValidateCustomFields
(ProjectImportData projectImportData, MappingResult mappingResult, BackupProject backupProject, I18nHelper i18nBean) Performs an automatic mapping of the custom fields from the backup system to the current systems custom field's and validates that all mappings are possible.void
DefaultProjectImportManager.autoMapAndValidateIssueTypes
(ProjectImportData projectImportData, MappingResult mappingResult, BackupProject backupProject, I18nHelper i18nBean) void
ProjectImportManager.autoMapAndValidateIssueTypes
(ProjectImportData projectImportData, MappingResult mappingResult, BackupProject backupProject, I18nHelper i18nBean) Performs an automatic mapping of the IssueTypes from the backup system to the current systems issue types and validates that all mappings are possible.void
DefaultProjectImportManager.doImport
(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, ApplicationUser importAuthor) void
ProjectImportManager.doImport
(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, ApplicationUser importAuthor) This will perform the project import based on the mappings provided.DefaultProjectImportManager.doPluginValidation
(BackupProject backupProject, TaskProgressInterval sysFieldSubInterval, I18nHelper i18n) ProjectImportManager.doPluginValidation
(BackupProject backupProject, TaskProgressInterval taskProgressInterval, I18nHelper i18n) Call any plugin handlers that have registered to do validationDefaultProjectImportManager.getBackupOverview
(String pathToBackupXml, TaskProgressSink taskProgressSink, I18nHelper i18n) ProjectImportManager.getBackupOverview
(String pathToBackupXml, TaskProgressSink taskProgressSink, I18nHelper i18n) Parses through the provided JIRA XML backup file and creates a BackupOverview.void
DefaultProjectImportPersister.reIndexProject
(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n) void
ProjectImportPersister.reIndexProject
(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n) Re-indexes all the new Issues that have just been created in this Project Import.void
DefaultProjectImportManager.validateCustomFieldValues
(ProjectImportData projectImportData, MappingResult mappingResult, BackupProject backupProject, TaskProgressProcessor taskProgressProcessor, I18nHelper i18n) void
ProjectImportManager.validateCustomFieldValues
(ProjectImportData projectImportData, MappingResult mappingResult, BackupProject backupProject, TaskProgressProcessor taskProgressProcessor, I18nHelper i18nBean) Parses the partitioned custom field value XML and gets the custom fields to validate that they can handle the values.void
DefaultProjectImportManager.validateFileAttachments
(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, MappingResult mappingResult, BackupProject backupProject, BackupSystemInformation backupSystemInformation, TaskProgressProcessor taskProgressProcessor, I18nHelper i18n) void
ProjectImportManager.validateFileAttachments
(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, MappingResult mappingResult, BackupProject backupProject, BackupSystemInformation backupSystemInformation, TaskProgressProcessor taskProgressProcessor, I18nHelper i18n) Parses the partitioned file attachment XML and validates that the referenced file attachment exists in the user provided attachment directory.void
DefaultProjectImportManager.validateSystemFields
(ProjectImportData projectImportData, MappingResult mappingResult, ProjectImportOptions projectImportOptions, BackupProject backupProject, TaskProgressInterval taskProgressInterval, I18nHelper i18nBean) void
ProjectImportManager.validateSystemFields
(ProjectImportData projectImportData, MappingResult mappingResult, ProjectImportOptions projectImportOptions, BackupProject backupProject, TaskProgressInterval taskProgressInterval, I18nHelper i18nBean) Validates that all mappings are possible. -
Uses of I18nHelper in com.atlassian.jira.imports.project.ao.handler
Methods in com.atlassian.jira.imports.project.ao.handler with parameters of type I18nHelperModifier and TypeMethodDescriptionPluggableValidator.validate
(BackupProject backupProject, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.imports.project.core
Methods in com.atlassian.jira.imports.project.core that return I18nHelperModifier and TypeMethodDescriptionProjectImportResults.getI18n()
Returns theI18nHelper
associated with this Project Import.ProjectImportResultsImpl.getI18n()
Constructors in com.atlassian.jira.imports.project.core with parameters of type I18nHelperModifierConstructorDescriptionProjectImportResultsImpl
(long startTime, int expectedIssuesCreatedCount, int expectedUsersCreatedCount, int expectedAttachmentsCreatedCount, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.imports.project.customfield
Methods in com.atlassian.jira.imports.project.customfield with parameters of type I18nHelperModifier and TypeMethodDescriptionCascadingSelectCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) GroupCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) NoTransformationCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) ProjectCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) The custom field needs to determine if the provided custom field value, in the context of the config and project import mapper, is a valid value that can be imported.ProjectPickerCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) SelectCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) TextLengthValidatingCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) UserCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) VersionCustomFieldImporter.canMapImportValue
(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.imports.project.handler
Constructors in com.atlassian.jira.imports.project.handler with parameters of type I18nHelperModifierConstructorDescriptionAttachmentFileValidatorHandler
(BackupProject backupProject, ProjectImportOptions projectImportOptions, BackupSystemInformation backupSystemInformation, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.imports.project.taskprogress
Constructors in com.atlassian.jira.imports.project.taskprogress with parameters of type I18nHelperModifierConstructorDescriptionEntityCountTaskProgressProcessor
(TaskProgressInterval taskProgressInterval, String subTaskName, int numEntities, I18nHelper i18n) EntityTypeTaskProgressProcessor
(int numEntityTypes, TaskProgressSink taskProgressSink, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.imports.project.validation
Methods in com.atlassian.jira.imports.project.validation with parameters of type I18nHelperModifier and TypeMethodDescriptionSystemFieldsMaxTextLengthValidator.validate
(BackupProject backupProject, I18nHelper i18nHelper) AbstractSimpleMapperValidator.validateMappings
(I18nHelper i18nHelper, SimpleProjectImportIdMapper simpleProjectImportIdMapper) CustomFieldMapperValidator.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper, CustomFieldMapper customFieldMapper) Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup.CustomFieldMapperValidatorImpl.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper, CustomFieldMapper customFieldMapper) void
CustomFieldOptionMapperValidator.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, CustomFieldOptionMapper customFieldOptionMapper, CustomFieldMapper customFieldMapper, Map<String, MessageSet> customFieldValueMessageSets) Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup.void
CustomFieldOptionMapperValidatorImpl.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, CustomFieldOptionMapper customFieldOptionMapper, CustomFieldMapper customFieldMapper, Map<String, MessageSet> customFieldValueMessageSets) IssueLinkTypeMapperValidator.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, IssueLinkTypeMapper issueLinkTypeMapper) This validator makes sure that the IssueLinkTypes that are required: exist in the current instance is or is not a subtask link as appropriateIssueLinkTypeMapperValidatorImpl.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, IssueLinkTypeMapper issueLinkTypeMapper) IssueSecurityLevelValidator.validateMappings
(SimpleProjectImportIdMapper issueSecurityLevelMapper, BackupProject backupProject, I18nHelper i18nHelper) IssueTypeMapperValidator.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper) Makes sure that the issue types that are required: exists in the current instance is valid for the current projects issue type scheme is or is not a subtask based on how the issue type was defined in the backup systemIssueTypeMapperValidatorImpl.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper) MapperValidator.validateMappings
(I18nHelper i18nHelper, SimpleProjectImportIdMapper simpleProjectImportIdMapper) This is a simple validation method that will only check to see that all the required values of the provided mapper have been mapped to the current instance of JIRA.PriorityMapperValidator.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, SimpleProjectImportIdMapper simpleProjectImportIdMapper) Validates the following conditions: - all priorities that appeared in imported issues have to be present in current jira instance - there is one special case - when imported issue had invalid priority already on the previous instance (eg.ProjectAwareMapperValidator.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, SimpleProjectImportIdMapper simpleProjectImportIdMapper) This is a simple validation method that will only check to see that all the required values of the provided mapper have been mapped to the current instance of JIRA.ProjectRoleMapperValidator.validateMappings
(I18nHelper i18nHelper, SimpleProjectImportIdMapper simpleProjectImportIdMapper) StatusMapperValidator.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper, StatusMapper statusMapper) Makes sure that the statuses that are required: exist in the current instance are valid for the issue type registered based on the workflow associated with the project being restoredStatusMapperValidatorImpl.validateMappings
(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper, StatusMapper statusMapper) UserMapperValidator.validateMappings
(I18nHelper i18nHelper, UserMapper userMapper) This validator makes sure that the Users that are required: exist in the current instanceUserMapperValidatorImpl.validateMappings
(I18nHelper i18nHelper, UserMapper userMapper) ProjectRoleActorMapperValidator.validateProjectRoleActors
(I18nHelper i18nHelper, ProjectImportMapper projectImportMapper, ProjectImportOptions projectImportOptions) Makes sure that the ProjectRoleActors that we want to add to the project roles actually exist.ProjectRoleActorMapperValidatorImpl.validateProjectRoleActors
(I18nHelper i18nHelper, ProjectImportMapper projectImportMapper, ProjectImportOptions projectImportOptions) -
Uses of I18nHelper in com.atlassian.jira.index.ha
Methods in com.atlassian.jira.index.ha with parameters of type I18nHelperModifier and TypeMethodDescriptionDefaultIndexRecoveryService.recoverIndexFromBackup
(ApplicationUser user, Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink) IndexRecoveryService.recoverIndexFromBackup
(ApplicationUser user, Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink) Recovers an index from an index backupConstructors in com.atlassian.jira.index.ha with parameters of type I18nHelperModifierConstructorDescriptionDefaultIndexCopyService
(FileStores fileStores, IndexSnapshotOperator indexSnapshotOperator, MessageHandlerService messageHandlerService, com.atlassian.event.api.EventPublisher eventPublisher, IndexRecoveryManager indexRecoveryManager, I18nHelper i18n, OfBizReplicatedIndexOperationStore ofBizNodeIndexOperationStore, IssueIndexManager issueManager) DefaultIndexRecoveryManager
(IndexLifecycleManager indexLifecycleManager, IndexPathManager indexPathManager, SharedEntityIndexManager sharedEntityIndexManager, IndexingCounterManager indexingCounterManager, IssueIndexManager indexManager, CommentManager commentManager, WorklogManager worklogManager, EntityVersioningManager entityVersioningManager, VersioningCleanupService versionsCleaner, com.atlassian.event.api.EventPublisher eventPublisher, ClusterNodes clusterNodes, IssueIndexer issueIndexer, InternalIndexingService internalIndexingService, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.index.request
Constructors in com.atlassian.jira.index.request with parameters of type I18nHelperModifierConstructorDescriptionDefaultReindexRequestManager
(ReindexRequestDao reindexRequestDao, Clock clock, ReindexRequestCoalescer requestCoalescer, ClusterManager clusterManager, com.atlassian.beehive.ClusterLockService clusterLockService, TaskManager taskManager, IndexLifecycleManager indexLifecycleManager, I18nHelper.BeanFactory i18nFactory, I18nHelper i18nHelper, JohnsonProvider johnsonProvider) -
Uses of I18nHelper in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return I18nHelperMethods in com.atlassian.jira.issue with parameters of type I18nHelperModifier and TypeMethodDescriptionIssueConstant.getDescTranslation
(I18nHelper i18n) IssueConstantImpl.getDescTranslation
(I18nHelper i18n) Retrieve desc translation.MockIssueConstant.getDescTranslation
(I18nHelper i18n) TextIssueConstant.getDescTranslation
(I18nHelper i18n) IssueConstant.getNameTranslation
(I18nHelper i18n) IssueConstantImpl.getNameTranslation
(I18nHelper i18n) Retrieve name translation.MockIssueConstant.getNameTranslation
(I18nHelper i18n) TextIssueConstant.getNameTranslation
(I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.issue.attachment
Methods in com.atlassian.jira.issue.attachment with parameters of type I18nHelperModifier and TypeMethodDescriptionprotected io.atlassian.fugue.Option<String>
AttachmentRuntimeException.doGenerateMessage
(I18nHelper localisedMessages) Generate a localised message for this exception.protected io.atlassian.fugue.Option<String>
AttachmentsDisabledException.doGenerateMessage
(I18nHelper localisedMessages) protected io.atlassian.fugue.Option<String>
AttachmentStorageUnavailableException.doGenerateMessage
(I18nHelper localisedMessages) protected io.atlassian.fugue.Option<String>
AttachmentWriteException.doGenerateMessage
(I18nHelper localisedMessages) protected io.atlassian.fugue.Option<String>
TemporaryAttachmentStorageUnavailableException.doGenerateMessage
(I18nHelper localisedMessages) final String
AttachmentRuntimeException.generateMessage
(I18nHelper localisedMessages) Generate a localised message for this exception. -
Uses of I18nHelper in com.atlassian.jira.issue.changehistory
Methods in com.atlassian.jira.issue.changehistory with parameters of type I18nHelperModifier and TypeMethodDescriptionList<org.ofbiz.core.entity.GenericValue>
ChangeHistoryUsernameResolver.resolveUsernames
(I18nHelper i18n, List<org.ofbiz.core.entity.GenericValue> changeItems) -
Uses of I18nHelper in com.atlassian.jira.issue.changehistory.metadata.renderer
Constructors in com.atlassian.jira.issue.changehistory.metadata.renderer with parameters of type I18nHelperModifierConstructorDescriptionHistoryMetadataRenderHelper
(ApplicationProperties applicationProperties, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.issue.customfields
Methods in com.atlassian.jira.issue.customfields that return I18nHelper -
Uses of I18nHelper in com.atlassian.jira.issue.customfields.config.item
Constructors in com.atlassian.jira.issue.customfields.config.item with parameters of type I18nHelperModifierConstructorDescriptionVersionOrderConfigItem
(VersionManager versionManager, GenericConfigManager genericConfigManager, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.issue.customfields.converters
Constructors in com.atlassian.jira.issue.customfields.converters with parameters of type I18nHelperModifierConstructorDescriptionMultiUserConverterImpl
(UserManager userManager, I18nHelper i18nHelper) UserConverterImpl
(UserManager userManager, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.issue.customfields.impl
Methods in com.atlassian.jira.issue.customfields.impl that return I18nHelperMethods in com.atlassian.jira.issue.customfields.impl with parameters of type I18nHelperModifier and TypeMethodDescriptionVersionCFType.VersionOrder.asHtml
(I18nHelper i18nHelper) VersionCFType.VersionOrder.getTranslation
(I18nHelper i18nHelper) Constructors in com.atlassian.jira.issue.customfields.impl with parameters of type I18nHelperModifierConstructorDescriptionUserCFType
(CustomFieldValuePersister customFieldValuePersister, UserConverter userConverter, GenericConfigManager genericConfigManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, FieldConfigSchemeManager fieldConfigSchemeManager, ProjectManager projectManager, SoyTemplateRendererProvider soyTemplateRendererProvider, GroupManager groupManager, ProjectRoleManager projectRoleManager, UserSearchService searchService, JiraBaseUrls jiraBaseUrls, UserHistoryManager userHistoryManager, UserFilterManager userFilterManager, I18nHelper i18nHelper, UserBeanFactory userBeanFactory, FeatureManager featureManager) -
Uses of I18nHelper in com.atlassian.jira.issue.customfields.impl.rest
Fields in com.atlassian.jira.issue.customfields.impl.rest declared as I18nHelperModifier and TypeFieldDescriptionprotected final I18nHelper
AbstractCustomFieldOperationsHandler.i18nHelper
Constructors in com.atlassian.jira.issue.customfields.impl.rest with parameters of type I18nHelperModifierConstructorDescriptionAbstractCustomFieldOperationsHandler
(CustomField field, I18nHelper i18nHelper) Constructor.CascadingSelectCustomFieldOperationsHandler
(OptionsManager optionsManager, CustomField field, I18nHelper i18nHelper) DateCustomFieldOperationsHandler
(CustomField field, DateFieldFormat dateFieldFormat, I18nHelper i18nHelper) DateTimeCustomFieldOperationsHandler
(CustomField field, DateTimeFormatter dateTimeFormatter, I18nHelper i18nHelper) GroupCustomFieldOperationsHandler
(CustomField field, I18nHelper i18nHelper) LabelsCustomFieldOperationsHandler
(CustomField field, I18nHelper i18nHelper) MultiGroupCustomFieldOperationsHandler
(CustomField field, I18nHelper i18nHelper) MultiSelectCustomFieldOperationsHandler
(OptionsManager optionsManager, CustomField field, I18nHelper i18nHelper) MultiUserCustomFieldOperationsHandler
(CustomField field, I18nHelper i18nHelper) MultiVersionCustomFieldOperationsHandler
(CustomField field, VersionManager versionManager, I18nHelper i18nHelper) NumberCustomFieldOperationsHandler
(CustomField field, DoubleConverter doubleConverter, I18nHelper i18nHelper) ProjectCustomFieldOperationsHandler
(ProjectManager projectManager, CustomField field, I18nHelper i18nHelper) SelectCustomFieldOperationsHandler
(OptionsManager optionsManager, CustomField field, I18nHelper i18nHelper) SingleVersionCustomFieldOperationsHandler
(CustomField field, VersionManager versionManager, I18nHelper i18nHelper) TextCustomFieldOperationsHandler
(CustomField field, I18nHelper i18nHelper) Constructor.UserCustomFieldOperationsHandler
(CustomField field, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.issue.customfields.searchers.transformer
Methods in com.atlassian.jira.issue.customfields.searchers.transformer with parameters of type I18nHelperModifier and TypeMethodDescriptionTextQueryValidator.validate
(org.apache.lucene.queryparser.classic.QueryParser queryParser, String query, String fieldName, String sourceFunction, boolean shortMessage, I18nHelper i18n) void
AbstractCustomFieldSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
FreeTextCustomFieldSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
MultiGroupCustomFieldSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
MultiSelectCustomFieldSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
NumberRangeCustomFieldSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
UserPickerCustomFieldSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) -
Uses of I18nHelper in com.atlassian.jira.issue.export.customfield
Methods in com.atlassian.jira.issue.export.customfield that return I18nHelperModifier and TypeMethodDescriptionCustomFieldExportContext.getI18nHelper()
DefaultCustomFieldExportContext.getI18nHelper()
-
Uses of I18nHelper in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that return I18nHelperMethods in com.atlassian.jira.issue.fields with parameters of type I18nHelperModifier and TypeMethodDescriptionprotected abstract void
AbstractVersionsSystemField.addFieldRequiredErrorMessage
(Issue issue, ErrorCollection errorCollectionToAddTo, I18nHelper i18n) protected void
AffectedVersionsSystemField.addFieldRequiredErrorMessage
(Issue issue, ErrorCollection errorCollection, I18nHelper i18n) protected void
FixVersionsSystemField.addFieldRequiredErrorMessage
(Issue issue, ErrorCollection errorCollection, I18nHelper i18n) protected abstract String
AbstractVersionsSystemField.getModifiedWithoutPermissionErrorMessage
(I18nHelper i18n) protected String
AffectedVersionsSystemField.getModifiedWithoutPermissionErrorMessage
(I18nHelper i18n) protected String
FixVersionsSystemField.getModifiedWithoutPermissionErrorMessage
(I18nHelper i18n) protected abstract AbstractProgressBarSystemField.TimeTrackingParameters
AbstractProgressBarSystemField.getTimeTrackingGraphBeanParameters
(Issue issue, I18nHelper helper) AggregateProgressBarSystemField.getTimeTrackingGraphBeanParameters
(Issue issue, I18nHelper helper) ProgressBarSystemField.getTimeTrackingGraphBeanParameters
(Issue issue, I18nHelper helper) AbstractOrderableNavigableFieldImpl.getVelocityParams
(I18nHelper isI18nHelper, Map<String, Object> displayParams, Issue issue) AbstractPickerFieldImpl.getVelocityParams
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map<String, Object> displayParams, I18nHelper isI18nHelper) NavigableFieldImpl.getVelocityParams
(FieldLayoutItem fieldLayoutItem, I18nHelper i18nHelper, Map<String, Object> displayParams, Issue issue) AbstractDurationSystemField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) AbstractOrderableNavigableFieldImpl.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) DueDateSystemField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) ImmutableCustomField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) Returns the same string.IssueLinksSystemField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) IssueTypeSystemField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) Return an internationalized value for the changeHistory item - an issue type name in this case.MockCustomField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) NavigableField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) Used for email notification templates - allows changelog to be displayed in language of the recipient.default String
NavigableField.prettyPrintChangeHistory
(String changeHistory, String id, I18nHelper i18nHelper) Used for email notification templates - allows changelog to be displayed in language of the recipient.NavigableFieldImpl.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) PrioritySystemField.prettyPrintChangeHistory
(String changeHistory, String id, I18nHelper i18nHelper) Return an internationalized value for the changeHistory item - a priority name in this case.ResolutionSystemField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) Return an internationalized value for the changeHistory item - a resolution name in this case.StatusSystemField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) Return an internationalized value for the changeHistory item - a status name in this case.void
AbstractVersionsSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ArchivedDateSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ArchivedUserSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
AssigneeSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Validate from parameters given an existing issue (usually invoked during some sort of edit stage)void
AttachmentSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
CommentSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ComponentsSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
DescriptionSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
DueDateSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
EnvironmentSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoid
ImmutableCustomField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
IssueLinksSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
IssueTypeSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoid
LabelsSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
MockCustomField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
MockOrderableField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
OrderableField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Ensure that the parameters are validvoid
PrioritySystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ProjectSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ReporterSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ResolutionSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
SecurityLevelSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
SummarySystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoid
TimeTrackingSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
WorklogSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Constructors in com.atlassian.jira.issue.fields with parameters of type I18nHelperModifierConstructorDescriptionFieldNameComparator
(I18nHelper i18nHelper) NameComparator
(I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.issue.fields.config
Constructors in com.atlassian.jira.issue.fields.config with parameters of type I18nHelperModifierConstructorDescriptionDefaultPrioritySchemeService
(GlobalPermissionManager globalPermissionManager, PrioritySchemeManager prioritySchemeManager, ProjectService projectService, I18nHelper i18nHelper, PrioritySchemeMigratorFinder prioritySchemeMigratorFinder, FeatureManager featureManager) -
Uses of I18nHelper in com.atlassian.jira.issue.fields.layout.field
Methods in com.atlassian.jira.issue.fields.layout.field that return I18nHelperModifier and TypeMethodDescriptionprotected I18nHelper
AbstractFieldLayoutManager.getI18nHelper()
-
Uses of I18nHelper in com.atlassian.jira.issue.fields.renderer
Constructors in com.atlassian.jira.issue.fields.renderer with parameters of type I18nHelperModifierConstructorDescriptionDefaultEditorMarkupService
(RendererManager rendererManager, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.issue.fields.rest
Fields in com.atlassian.jira.issue.fields.rest declared as I18nHelperModifier and TypeFieldDescriptionprotected final I18nHelper
AbstractFieldOperationsHandler.i18nHelper
Constructors in com.atlassian.jira.issue.fields.rest with parameters of type I18nHelperModifierConstructorDescriptionAbstractFieldOperationsHandler
(I18nHelper i18nHelper) AbstractVersionsRestFieldOperationsHandler
(VersionManager versionManager, I18nHelper i18nHelper) AffectedVersionsRestFieldOperationsHandler
(VersionManager versionManager, I18nHelper i18nHelper) AssigneeRestFieldOperationsHandler
(I18nHelper i18nHelper) CommentRestFieldOperationsHandler
(CommentManager commentManager, ProjectRoleManager projectRoleManager, I18nHelper i18nHelper) ComponentsRestFieldOperationsHandler
(ProjectComponentManager projectComponentManager, I18nHelper i18nHelper) DescriptionRestFieldOperationsHandler
(I18nHelper i18nHelper) DueDateRestFieldOperationsHandler
(DateFieldFormat dateFieldFormat, I18nHelper i18nHelper) EnvironmentRestFieldOperationsHandler
(I18nHelper i18nHelper) FixForVersionsRestFieldOperationsHandler
(VersionManager versionManager, I18nHelper i18nHelper) IssueLinksRestFieldOperationsHandler
(I18nHelper i18nHelper, IssueLinkTypeFinder issueLinkTypeFinder, IssueFinder issueFinder) LabelsRestFieldOperationsHandler
(I18nHelper i18nHelper) PriorityRestFieldOperationsHandler
(ConstantsManager constantsManager, I18nHelper i18nHelper) ReporterRestFieldOperationsHandler
(I18nHelper i18nHelper) ResolutionRestFieldOperationsHandler
(ConstantsManager constantsManager, I18nHelper i18nHelper) SecurityLevelRestFieldOperationsHandler
(IssueSecurityLevelManager issueSecurityLevelManager, JiraAuthenticationContext authenticationContext, I18nHelper i18nHelper) SummaryRestFieldOperationsHandler
(I18nHelper i18nHelper) TimeTrackingRestFieldOperationsHandler
(TimeTrackingSystemField field, ApplicationProperties applicationProperties, JiraDurationUtils jiraDurationUtils, I18nHelper i18nHelper) WorklogRestFieldOperationsHandler
(DateTimeFormatterFactory dateTimeFormatterFactory, ProjectRoleManager projectRoleManager, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.issue.fields.util
Methods in com.atlassian.jira.issue.fields.util with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
VersionHelperBean.validateVersionForProject
(Collection versionIds, Project project, ErrorCollection errorCollection, I18nHelper i18n, String fieldId) boolean
VersionHelperBean.validateVersionIds
(Collection versionIds, ErrorCollection errorCollection, I18nHelper i18n, String fieldId) void
VersionHelperBean.validateVersionsToCreate
(ApplicationUser user, I18nHelper i18n, Project project, String fieldId, Set<String> newVersionNames, ErrorCollection errorCollection) -
Uses of I18nHelper in com.atlassian.jira.issue.priority
Constructors in com.atlassian.jira.issue.priority with parameters of type I18nHelperModifierConstructorDescriptionPrioritySchemeMigrator
(PrioritySchemeManager prioritySchemeManager, PriorityIssueSearcher priorityIssueSearcher, IssueManager issueManager, IssueIndexManager issueIndexManager, I18nHelper i18nHelper, PrioritySchemeService prioritySchemeService) -
Uses of I18nHelper in com.atlassian.jira.issue.search.searchers.renderer
Methods in com.atlassian.jira.issue.search.searchers.renderer that return I18nHelperModifier and TypeMethodDescriptionprotected I18nHelper
AbstractSearchRenderer.getI18n
(ApplicationUser searcher) Methods in com.atlassian.jira.issue.search.searchers.renderer with parameters of type I18nHelperModifier and TypeMethodDescriptionAbstractDateSearchRenderer.TranslationsHelper.getAfterLabel
(I18nHelper helper) Get the label associated with the after field.AbstractDateSearchRenderer.TranslationsHelper.getBeforeLabel
(I18nHelper helper) Get the label associated with the before field.AbstractDateSearchRenderer.TranslationsHelper.getDescription
(I18nHelper helper) Get the description associated with the period fields.AbstractDateSearchRenderer.TranslationsHelper.getPeriodLabel
(I18nHelper helper) Get the label associated with the period fields. -
Uses of I18nHelper in com.atlassian.jira.issue.search.searchers.transformer
Methods in com.atlassian.jira.issue.search.searchers.transformer with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
AbstractSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
DateSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
IdIndexedSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
IssueLinkTypesSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
KickassUserSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
LabelsSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
ProjectSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
RelativeDateSearcherInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
SearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) Adds error messages to the errors object if values in the fieldValuesHolder fails validation.void
UserSearchInputTransformer.validateParams
(ApplicationUser searcher, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) void
WorkRatioSearchInputTransformer.validateParams
(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors) -
Uses of I18nHelper in com.atlassian.jira.issue.search.util
Methods in com.atlassian.jira.issue.search.util with parameters of type I18nHelperModifier and TypeMethodDescriptionSearchSortUtil.getSearchSortDescriptions
(SearchRequest searchRequest, I18nHelper i18nHelper, ApplicationUser searcher) Deprecated.Returns a list of the descriptions of each sorter defined in the search request.SearchSortUtilImpl.getSearchSortDescriptions
(SearchRequest searchRequest, I18nHelper i18nHelper, ApplicationUser searcher) -
Uses of I18nHelper in com.atlassian.jira.issue.security
Constructors in com.atlassian.jira.issue.security with parameters of type I18nHelperModifierConstructorDescriptionAssignIssueSecuritySchemeCommand
(Project project, Long newSchemeId, Map<Long, Long> oldToNewLevelMapping, QueryDslAccessor queryDslAccessor, IssueSecuritySchemeManager issueSecuritySchemeManager, IssueIndexingService issueIndexingService, IssueManager issueManager, org.slf4j.Logger log, I18nHelper i18nHelper) IssueSecurityLevelServiceImpl
(IssueSecurityLevelManager levelManager, GlobalPermissionManager globalPermissionManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher) IssueSecuritySchemeManagerImpl
(ProjectManager projectManager, SecurityTypeManager securityTypeManager, PermissionContextFactory permissionContextFactory, SchemeFactory schemeFactory, com.atlassian.event.api.EventPublisher eventPublisher, OfBizDelegator ofBizDelegator, GroupManager groupManager, NodeAssociationStore nodeAssociationStore, com.atlassian.cache.CacheManager cacheManager, IssueIndexingService issueIndexingService, IssueManager issueManager, TaskManager taskManager, QueryDslAccessor queryDslAccessor, I18nHelper i18nHelper) IssueSecuritySchemeServiceImpl
(IssueSecuritySchemeManager issueSecuritySchemeManager, IssueSecurityLevelManager issueSecurityLevelManager, GlobalPermissionManager globalPermissionManager, PermissionManager permissionManager, I18nHelper i18n, ProjectManager projectManager) -
Uses of I18nHelper in com.atlassian.jira.issue.statistics.util
Constructors in com.atlassian.jira.issue.statistics.util with parameters of type I18nHelperModifierConstructorDescriptionDefaultFieldValueToDisplayTransformer
(I18nHelper i18nBean, ConstantsManager constantsManager, CustomFieldManager customFieldManager) Deprecated.DefaultFieldValueToDisplayTransformer
(I18nHelper i18nBean, CustomFieldManager customFieldManager) -
Uses of I18nHelper in com.atlassian.jira.issue.status
Methods in com.atlassian.jira.issue.status with parameters of type I18nHelperModifier and TypeMethodDescriptionMockStatus.getSimpleStatus
(I18nHelper i18nHelper) Status.getSimpleStatus
(I18nHelper i18nHelper) StatusImpl.getSimpleStatus
(I18nHelper i18nHelper) Constructors in com.atlassian.jira.issue.status with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.issue.status.category
Methods in com.atlassian.jira.issue.status.category with parameters of type I18nHelperModifier and TypeMethodDescriptionStatusCategory.getTranslatedName
(I18nHelper i18n) Translated name for the status category.StatusCategoryImpl.getTranslatedName
(I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.issue.tabpanels
Constructors in com.atlassian.jira.issue.tabpanels with parameters of type I18nHelperModifierConstructorDescriptionChangeHistoryTabPanel
(ChangeHistorySearcher changeHistorySearcher, AttachmentManager attachmentManager, JiraDurationUtils jiraDurationUtils, CustomFieldManager customFieldManager, DateTimeFormatterFactory dateTimeFormatterFactory, DateTimeFieldChangeLogHelper changeLogHelper, UserFormatManager userFormatManager, I18nHelper i18nHelper, JiraAuthenticationContext authenticationContext, AvatarService avatarService, HistoryMetadataManager historyMetadataManager, HistoryMetadataRenderHelper historyMetadataRenderHelper, ChangeHistoryUsernameResolver changeHistoryUsernameResolver) IssueCreatedAction
(IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue) -
Uses of I18nHelper in com.atlassian.jira.issue.util
Constructors in com.atlassian.jira.issue.util with parameters of type I18nHelperModifierConstructorDescriptionIssueOperationsBarUtil
(JiraHelper helper, ApplicationUser user, SimpleLinkManager simpleLinkManager, ApplicationProperties applicationProperties, IssueManager issueManager, PermissionManager permissionManager, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.issue.views.util
Methods in com.atlassian.jira.issue.views.util with parameters of type I18nHelperModifier and TypeMethodDescriptionDefaultIssueViewUtil.createTimeTrackingBean
(AggregateTimeTrackingBean bean, I18nHelper helper) IssueViewUtil.createTimeTrackingBean
(AggregateTimeTrackingBean issue, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.jql.operand
Fields in com.atlassian.jira.jql.operand declared as I18nHelperConstructors in com.atlassian.jira.jql.operand with parameters of type I18nHelperModifierConstructorDescriptionFunctionOperandHandler
(JqlFunction jqlFunction, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.jql.operand.registry
Constructors in com.atlassian.jira.jql.operand.registry with parameters of type I18nHelperModifierConstructorDescriptionPluginsAwareJqlFunctionHandlerRegistry
(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher, ModuleDescriptors.Orderings moduleDescriptorOrderings, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.jql.parser
Methods in com.atlassian.jira.jql.parser with parameters of type I18nHelperModifier and TypeMethodDescriptionJqlParseErrorMessage.getLocalizedErrorMessage
(I18nHelper helper) -
Uses of I18nHelper in com.atlassian.jira.jql.validator
Methods in com.atlassian.jira.jql.validator that return I18nHelperModifier and TypeMethodDescriptionprotected I18nHelper
EntityPropertyClauseValidator.getI18n
(ApplicationUser user) protected I18nHelper
IssueLinkTypesClauseValidator.getI18nBean
(ApplicationUser searcher) Methods in com.atlassian.jira.jql.validator with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
IssueLinkTypesClauseValidator.validateInternal
(Collection<String> values, Consumer<String> onErrorAction, I18nHelper i18n) Constructors in com.atlassian.jira.jql.validator with parameters of type I18nHelperModifierConstructorDescriptionNumberOfArgumentsValidator
(int minExpected, int maxExpected, I18nHelper i18nHelper) NumberOfArgumentsValidator
(int expected, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.license
Methods in com.atlassian.jira.license with parameters of type I18nHelperModifier and TypeMethodDescriptionDefaultLicenseDetails.getBriefMaintenanceStatusMessage
(I18nHelper i18n) LicenseDetails.getBriefMaintenanceStatusMessage
(I18nHelper i18n) Deprecated.since 7.0.0 No replacement, generate your own messageMockLicenseDetails.getBriefMaintenanceStatusMessage
(I18nHelper i18n) DefaultLicenseDetails.getLicenseExpiryStatusMessage
(I18nHelper i18n, OutlookDate outlookDate) LicenseDetails.getLicenseExpiryStatusMessage
(I18nHelper i18n, OutlookDate ignored) Deprecated.since 5.0 No replacement, generate your own messageMockLicenseDetails.getLicenseExpiryStatusMessage
(I18nHelper i18n, OutlookDate ignored) SubscriptionLicenseDetails.getLicenseExpiryStatusMessage
(I18nHelper i18n, OutlookDate date) Returns a duration-based brief expiry message of form "Expires in XX months, YY days".DefaultLicenseDetails.getLicenseStatusMessage
(I18nHelper i18n, UserManager userManager) LicenseDetails.getLicenseStatusMessage
(I18nHelper i18n, UserManager userManager) Return the all messages which contain status message.MockLicenseDetails.getLicenseStatusMessage
(I18nHelper i18n, UserManager userManager) SubscriptionLicenseDetails.getLicenseStatusMessage
(I18nHelper i18n, UserManager ignored) Returns an expiry status message; see alsoSubscriptionLicenseDetails.getLicenseExpiryStatusMessage(I18nHelper, OutlookDate)
.DefaultLicenseDetails.getMaintenanceMessage
(I18nHelper i18n, String applicationName) LicenseDetails.getMaintenanceMessage
(I18nHelper i18n, String applicationName) Get the maintenance message for this license, this does not evaluate the maintenance date, it only provides the message that should be displayed when license out of maintenance for a given JIRA Application.MockLicenseDetails.getMaintenanceMessage
(I18nHelper i18n, String applicationName) SubscriptionLicenseDetails.getMaintenanceMessage
(I18nHelper i18n, String applicationName) Constructors in com.atlassian.jira.license with parameters of type I18nHelperModifierConstructorDescriptionBuildVersionLicenseCheckImpl
(JiraLicenseManager licenseManager, BuildUtilsInfo buildUtilsInfo, I18nHelper i18n, DateTimeFormatter dateTimeFormatter, LicenseMaintenancePredicate isMaintenanceValid) CreateIssueLicenseCheckImpl
(JiraLicenseManager licenseManager, ApplicationRoleManager roleManager, JiraAuthenticationContext authenticationContext, JiraContactHelper jiraContactHelper, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.lookandfeel
Classes in com.atlassian.jira.lookandfeel that implement I18nHelperConstructors in com.atlassian.jira.lookandfeel with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.lookandfeel.image
Constructors in com.atlassian.jira.lookandfeel.image with parameters of type I18nHelperModifierConstructorDescriptionImageDescriptorFactoryImpl
(I18nHelper i18nHelper) MultiPartImageDescriptor
(String parameterName, webwork.multipart.MultiPartRequestWrapper multiPart, I18nHelper i18nHelper) URLImageDescriptor
(String url, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.lookandfeel.upload
Constructors in com.atlassian.jira.lookandfeel.upload with parameters of type I18nHelperModifierConstructorDescriptionLogoUploader
(ApplicationProperties applicationProperties, JiraHome jiraHome, ImageScaler imageScaler, I18nHelper i18nHelper, UploadService uploadService) -
Uses of I18nHelper in com.atlassian.jira.mail
Methods in com.atlassian.jira.mail with parameters of type I18nHelperModifier and TypeMethodDescriptionIssueTemplateContext.getCommentTimeLogged
(I18nHelper i18n) This is retrieved when the template is being generated so as it is properly formatted for the recipient.IssueTemplateContext.getEventTypeName
(I18nHelper i18n) This is retrieved when the template is being generated so as it is properly formatted for the recipient.TemplateIssue.getNiceTimeAggregateOriginalEstimate
(I18nHelper i18n) Return a formatted time string of the aggregate original time estimate.TemplateIssue.getNiceTimeAggregateRemainingEstimate
(I18nHelper i18n) Return a formatted time string of the aggregate time estimate.TemplateIssue.getNiceTimeAggregateTimeSpent
(I18nHelper i18n) Return a formatted time string of the aggregate time spent.TemplateIssue.getNiceTimeEstimate
(I18nHelper i18n) Return a formatted time string of the time estimate.TemplateIssue.getNiceTimeOriginalEstimate
(I18nHelper i18n) Return a formatted time string of the original time estimate.TemplateIssue.getNiceTimeSpent
(I18nHelper i18n) Return a formatted time string of the time spent.IssueTemplateContext.getTimeLogged
(Worklog worklog, I18nHelper i18n) This is retrieved when the template is being generated so as it is properly formatted for the recipient. -
Uses of I18nHelper in com.atlassian.jira.mention
Constructors in com.atlassian.jira.mention with parameters of type I18nHelperModifierConstructorDescriptionSortedMentionableUserSearcher
(I18nHelper i18n, GlobalPermissionManager globalPermissionManager, CommentService commentService, WatcherService watcherService, VoteService voteService, UserSearchService userSearchService, DCFeatureLicenseChecker licenseChecker) -
Uses of I18nHelper in com.atlassian.jira.message
Subinterfaces of I18nHelper in com.atlassian.jira.messageModifier and TypeInterfaceDescriptioninterface
A message utility that acts as a delegate to to the following utilities:Classes in com.atlassian.jira.message that implement I18nHelperModifier and TypeClassDescriptionclass
Default implementation of the message utility. -
Uses of I18nHelper in com.atlassian.jira.mock.i18n
Classes in com.atlassian.jira.mock.i18n that implement I18nHelperMethods in com.atlassian.jira.mock.i18n that return I18nHelperModifier and TypeMethodDescriptionMockI18nHelper.MockI18nHelperFactory.getInstance
(ApplicationUser user) MockI18nHelper.MockI18nHelperFactory.getInstance
(Locale locale) -
Uses of I18nHelper in com.atlassian.jira.mock.issue.fields
Methods in com.atlassian.jira.mock.issue.fields with parameters of type I18nHelperModifier and TypeMethodDescriptionMockNavigableField.prettyPrintChangeHistory
(String changeHistory, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.mock.security
Methods in com.atlassian.jira.mock.security that return I18nHelperModifier and TypeMethodDescriptionMockAuthenticationContext.getI18nHelper()
MockSimpleAuthenticationContext.getI18nHelper()
Constructors in com.atlassian.jira.mock.security with parameters of type I18nHelperModifierConstructorDescriptionMockAuthenticationContext
(ApplicationUser user, I18nHelper i18nHelper) MockSimpleAuthenticationContext
(ApplicationUser user, Locale locale, I18nHelper helper) -
Uses of I18nHelper in com.atlassian.jira.mock.web.action
Classes in com.atlassian.jira.mock.web.action that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.my_home.web.action
Classes in com.atlassian.jira.my_home.web.action that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.notification
Methods in com.atlassian.jira.notification that return I18nHelperModifier and TypeMethodDescriptionprotected I18nHelper
DefaultNotificationSchemeManager.getApplicationI18n()
Methods in com.atlassian.jira.notification with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic ServiceOutcome<NotificationBuilder>
AdhocNotificationServiceImpl.makeBuilder
(NotificationBuilder notificationBuilder, NotificationJsonBean jsonBean, I18nHelper i18nHelper) Constructors in com.atlassian.jira.notification with parameters of type I18nHelperModifierConstructorDescriptionDefaultNotificationSchemeService
(NotificationSchemeManager notificationSchemeManager, EventTypeManager eventTypeManager, UserManager userManager, GroupManager groupManager, ProjectRoleManager projectRoleManager, CustomFieldManager customFieldManager, PermissionManager permissionManager, GlobalPermissionManager globalPermissionManager, I18nHelper i18n, ProjectManager projectManager) -
Uses of I18nHelper in com.atlassian.jira.onboarding.basic
Classes in com.atlassian.jira.onboarding.basic that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.onboarding.data
Constructors in com.atlassian.jira.onboarding.data with parameters of type I18nHelperModifierConstructorDescriptionChooseLanguageDataProvider
(LocaleManager localeManager, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nFactory, JiraAuthenticationContext jiraAuthenticationContext, ApplicationProperties applicationProperties) -
Uses of I18nHelper in com.atlassian.jira.permission
Constructors in com.atlassian.jira.permission with parameters of type I18nHelperModifierConstructorDescriptionDefaultPermissionSchemeService
(PermissionSchemeManager permissionSchemeManager, GlobalPermissionManager globalPermissions, PermissionGrantValidator permissionGrantValidator, PermissionSchemeRepresentationConverter representationConverter, ProjectService projectService, I18nHelper i18n, UserKeyService userKeyService, UserManager userManager) PermissionGrantValidator
(PermissionTypeManager permissionTypeManager, ProjectPermissionTypesManager projectPermissionsManager, I18nHelper i18nHelper, GroupManager groupManager, CustomFieldManager customFieldManager, ProjectRoleManager projectRoleManager, UserManager userManager) -
Uses of I18nHelper in com.atlassian.jira.permission.management
Constructors in com.atlassian.jira.permission.management with parameters of type I18nHelperModifierConstructorDescriptionManagedPermissionSchemeEditingServiceImpl
(PermissionSchemeManager permissionSchemeManager, I18nHelper i18nHelper, PermissionGrantValidator permissionGrantValidator, PermissionTypeManager permissionTypeManager, PermissionManager permissionManager, UserKeyService userKeyService) ManagedPermissionSchemeHelperImpl
(PermissionSchemeManager permissionSchemeManager, PermissionSchemeService permissionSchemeService, PermissionManager permissionManager, PermissionTypeManager permissionTypeManager, I18nHelper i18nHelper, SecurityTypeValuesService securityTypeValuesService, ManagedPermissionSchemeEditingService managedPermissionSchemeEditingService, com.atlassian.event.api.EventPublisher eventPublisher, UserManager userManager, FeatureManager featureManager, PermissionSchemeAttributeManager permissionSchemeAttributeManager, SoyTemplateRendererProvider soyTemplateRendererProvider) SecurityTypeValuesServiceImpl
(GlobalPermissionManager globalPermissionManager, PermissionTypeManager permissionTypeManager, I18nHelper i18nHelper, HelpUrls helpUrls) -
Uses of I18nHelper in com.atlassian.jira.plugin
Methods in com.atlassian.jira.plugin that return I18nHelperModifier and TypeMethodDescriptionAbstractJiraModuleDescriptor.getI18nBean()
JiraResourcedModuleDescriptor.getI18nBean()
MockJiraResourcedModuleDescriptor.getI18nBean()
-
Uses of I18nHelper in com.atlassian.jira.plugin.adminupdates.web.action
Classes in com.atlassian.jira.plugin.adminupdates.web.action that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.plugin.corereports.web.action
Classes in com.atlassian.jira.plugin.corereports.web.action that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.plugin.jql.function
Methods in com.atlassian.jira.plugin.jql.function that return I18nHelperMethods in com.atlassian.jira.plugin.jql.function with parameters of type I18nHelperModifier and TypeMethodDescriptionprotected MessageSet
AbstractUserBasedFunction.getMessageForDisallowedAnonymousAccess
(I18nHelper i18n) protected MessageSet
MembersOfFunction.getMessageForDisallowedAnonymousAccess
(I18nHelper i18n) protected MessageSet
MembersOfFunction.getMessageForUnauthorizedAccess
(I18nHelper i18n) protected abstract MessageSet
AbstractUserCapabilityFunction.validateCapability
(String capability, I18nHelper i18n) Check the capability requested.protected MessageSet
ProjectsWhereUserHasPermissionFunction.validateCapability
(String permissionName, I18nHelper i18n) protected MessageSet
ProjectsWhereUserHasRoleFunction.validateCapability
(String roleName, I18nHelper i18n) protected MessageSet
AbstractUserBasedFunction.validateQuery
(FunctionOperand functionOperand, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.plugin.keyboardshortcut
Methods in com.atlassian.jira.plugin.keyboardshortcut with parameters of type I18nHelperModifier and TypeMethodDescriptionKeyboardShortcut.getPrettyShortcut
(I18nHelper i18nHelper) Given a set of shortcuts (such as ["gh", "gd"]), this method will produce a pretty internationalized HTML string such as -
Uses of I18nHelper in com.atlassian.jira.plugin.link.confluence
Classes in com.atlassian.jira.plugin.link.confluence that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.plugin.link.confluence.rest
Constructors in com.atlassian.jira.plugin.link.confluence.rest with parameters of type I18nHelperModifierConstructorDescriptionConfluenceResource
(ConfluenceRemoteServiceStrategyFactory confluenceRemoteServiceStrategyFactory, com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, JiraBaseUrls jiraBaseUrls, I18nHelper i18nBean) -
Uses of I18nHelper in com.atlassian.jira.plugin.link.remotejira
Classes in com.atlassian.jira.plugin.link.remotejira that implement I18nHelperModifier and TypeClassDescriptionclass
Links an issue to an issue from a remote JIRA server. -
Uses of I18nHelper in com.atlassian.jira.plugin.link.web
Classes in com.atlassian.jira.plugin.link.web that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.plugin.report
Methods in com.atlassian.jira.plugin.report with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.plugin.userformat
Constructors in com.atlassian.jira.plugin.userformat with parameters of type I18nHelperModifierConstructorDescriptionProfileLinkUserFormat
(AvatarService avatarService, I18nHelper i18nHelper, JiraAuthenticationContext jiraAuthenticationContext, UserFormatModuleDescriptor moduleDescriptor, UserKeyService userKeyService, UserUtil userUtil, UserManager userManager) SimpleProfileLinkUserFormat
(I18nHelper i18nHelper, JiraAuthenticationContext jiraAuthenticationContext, UserFormatModuleDescriptor moduleDescriptor, UserKeyService userKeyService, UserUtil userUtil, UserManager userManager, BaseUrl baseUrl) -
Uses of I18nHelper in com.atlassian.jira.plugin.viewissue.issuelink
Methods in com.atlassian.jira.plugin.viewissue.issuelink with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic Map<String,
List<IssueLinkContext>> RemoteIssueLinkUtils.convertToIssueLinkContexts
(List<RemoteIssueLink> remoteIssueLinks, Long issueId, String baseUrl, I18nHelper i18n, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of I18nHelper in com.atlassian.jira.plugin.webfragment
Methods in com.atlassian.jira.plugin.webfragment that return types with arguments of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.plugin.webfragment.descriptors
Methods in com.atlassian.jira.plugin.webfragment.descriptors that return I18nHelper -
Uses of I18nHelper in com.atlassian.jira.plugins.auditing.actions
Classes in com.atlassian.jira.plugins.auditing.actions that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.plugins.initialwatchers
Methods in com.atlassian.jira.plugins.initialwatchers with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.plugins.whisper
Constructors in com.atlassian.jira.plugins.whisper with parameters of type I18nHelperModifierConstructorDescriptionWhisperMessageProvider
(com.atlassian.sal.api.user.UserManager userManager, JiraAuthenticationContext authContext, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, I18nHelper i18nHelper, HelpUrls helpUrls, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of I18nHelper in com.atlassian.jira.projectconfig.contextproviders
Methods in com.atlassian.jira.projectconfig.contextproviders that return I18nHelperConstructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type I18nHelperModifierConstructorDescriptionProjectRoleContextProvider
(PermissionManager permissionManager, UserFormatManager userFormatManager, UserManager userManager, AvatarService avatarService, ContextProviderUtils contextProviderUtils, JiraAuthenticationContext authenticationContext, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.projectconfig.rest
Methods in com.atlassian.jira.projectconfig.rest with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic javax.ws.rs.core.Response
WorkflowSchemeRestHelper.createErrorResponse
(javax.ws.rs.core.Response.Status status, String key, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.projectconfig.rest.global
Methods in com.atlassian.jira.projectconfig.rest.global with parameters of type I18nHelperModifier and TypeMethodDescriptionCustomFieldTypesResource.ResponseBean.CategoryBean.toBeans
(I18nHelper helper) -
Uses of I18nHelper in com.atlassian.jira.projectconfig.rest.project
Methods in com.atlassian.jira.projectconfig.rest.project with parameters of type I18nHelperModifier and TypeMethodDescriptionWorkflowResource.DelegatedJsonStatusCategory.getTranslatedName
(I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.projectconfig.tab
Methods in com.atlassian.jira.projectconfig.tab that return I18nHelperModifier and TypeMethodDescriptionDefaultTabRenderContext.getI18NHelper()
ProjectConfigTabRenderContext.getI18NHelper()
-
Uses of I18nHelper in com.atlassian.jira.pulp
Classes in com.atlassian.jira.pulp that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.pulp.wrm
Constructors in com.atlassian.jira.pulp.wrm with parameters of type I18nHelperModifierConstructorDescriptionNewsWrmDataProvider
(com.atlassian.application.api.ApplicationManager applicationManager, I18nHelper i18nHelper, com.atlassian.sal.api.ApplicationProperties applicationProperties, ItemNumberExtractor itemNumberExtractor) -
Uses of I18nHelper in com.atlassian.jira.rest.api.util
Constructors in com.atlassian.jira.rest.api.util with parameters of type I18nHelperModifierConstructorDescriptionprotected
ExpandParameterParser
(I18nHelper i18n, Class<T> enumClass) -
Uses of I18nHelper in com.atlassian.jira.rest.auth
Constructors in com.atlassian.jira.rest.auth with parameters of type I18nHelperModifierConstructorDescriptionLogin
(LoginService loginService, JiraAuthenticationContext jiraAuthenticationContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n, FeatureManager featureManager) -
Uses of I18nHelper in com.atlassian.jira.rest.factory
Methods in com.atlassian.jira.rest.factory with parameters of type I18nHelperModifier and TypeMethodDescriptionJiraServiceContextFactory.createContext
(ApplicationUser user, ErrorCollection errorCollection, I18nHelper i18nHelper) Instantiates JiraServiceContext with user and error collection and I18nHelper. -
Uses of I18nHelper in com.atlassian.jira.rest.internal.v2.admin.applicationrole
Constructors in com.atlassian.jira.rest.internal.v2.admin.applicationrole with parameters of type I18nHelperModifierConstructorDescriptionApplicationRoleResource
(ApplicationRoleManager applicationRoleManager, GroupLabelsService groupLabelsService, GlobalPermissionManager permissionManager, JiraAuthenticationContext authenticationContext, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.rest.internal.v2.field.config
Constructors in com.atlassian.jira.rest.internal.v2.field.config with parameters of type I18nHelperModifierConstructorDescriptionFieldConfigurationResource
(FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, FieldScreenManager fieldScreenManager, ManagedConfigurationItemService managedConfigurationItemService, RendererManager rendererManager, FieldLayoutService fieldLayoutService, JiraBaseUrls jiraBaseUrls, I18nHelper i18nHelper, JiraAuthenticationContext authContext) -
Uses of I18nHelper in com.atlassian.jira.rest.internal.v2.user
Constructors in com.atlassian.jira.rest.internal.v2.user with parameters of type I18nHelperModifierConstructorDescriptionUserPickerResourceHelper
(AvatarService avatarService, JiraAuthenticationContext authContext, I18nHelper.BeanFactory beanFactory, EmailFormatter emailFormatter, I18nHelper i18nBean, JiraBaseUrls jiraBaseUrls, MentionableUserSearcher mentionableUserSearcher, PermissionManager permissionManager, ProjectService projectService, TimeZoneManager timeZoneManager, UserSearchService userSearchService, IssueService issueService) -
Uses of I18nHelper in com.atlassian.jira.rest.util
Constructors in com.atlassian.jira.rest.util with parameters of type I18nHelperModifierConstructorDescriptionIssuePicker
(IssueManager issueManager, ProjectFinder projectFinder, JiraAuthenticationContext authContext, ApplicationProperties applicationProperties, IssuePickerSearchService issuePickerSearchService, I18nHelper i18nHelper) ResponseFactoryImpl
(I18nHelper i18nBean) UpdateUserApplicationHelper
(UserService userService, UserManager userManager, I18nHelper i18n, ApplicationRoleManager applicationRoleManager, GlobalPermissionManager permissionManager, JiraAuthenticationContext authContext) -
Uses of I18nHelper in com.atlassian.jira.rest.v1.issues
Constructors in com.atlassian.jira.rest.v1.issues with parameters of type I18nHelperModifierConstructorDescriptionIssueActionsAndOperationsResource
(JiraAuthenticationContext authContext, IssueService issueService, I18nHelper i18n, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, IssueWorkflowManager issueWorkflowManager) IssueResource
(JiraAuthenticationContext authContext, I18nHelper i18n, IssueManager issueManager, IssueService issueService, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager, IssueWorkflowManager issueWorkflowManager, IssuePicker issuePicker, MauEventService mauEventService) -
Uses of I18nHelper in com.atlassian.jira.rest.v1.labels
Constructors in com.atlassian.jira.rest.v1.labels with parameters of type I18nHelperModifierConstructorDescriptionIssueLabelsResource
(JiraAuthenticationContext jiraAuthenticationContext, LabelService labelService, I18nHelper i18nHelper, ApplicationProperties applicationProperties, XsrfInvocationChecker xsrfChecker) -
Uses of I18nHelper in com.atlassian.jira.rest.v1.users
Constructors in com.atlassian.jira.rest.v1.users with parameters of type I18nHelperModifierConstructorDescriptionUserPickerResource
(JiraAuthenticationContext authContext, I18nHelper i18nHelper, UserSearchService service, ApplicationProperties applicationProperties, AvatarService avatarService, UserFilterManager userFilterManager, FieldConfigManager fieldConfigManager, IssueManager issueManager, FeatureManager featureManager, UserSearchService userSearchService) Deprecated. -
Uses of I18nHelper in com.atlassian.jira.rest.v2.admin
Constructors in com.atlassian.jira.rest.v2.admin with parameters of type I18nHelperModifierConstructorDescriptionProperty
(ApplicationProperty applicationProperty, I18nHelper i18n) SettingsResource
(ApplicationProperties applicationProperties, ColumnService columnService, JiraAuthenticationContext jiraAuthenticationContext, GlobalPermissionManager globalPermissionManager, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.admin.applicationrole
Constructors in com.atlassian.jira.rest.v2.admin.applicationrole with parameters of type I18nHelperModifierConstructorDescriptionApplicationRoleResource
(ApplicationRoleAdminService service, I18nHelper helper, GroupManager groupManager, ApplicationRoleBeanConverter roleBeanConverter, FeatureManager featureManager, ApplicationRoleHasher appRoleHasher) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.admin.permissionscheme
Constructors in com.atlassian.jira.rest.v2.admin.permissionscheme with parameters of type I18nHelperModifierConstructorDescriptionPermissionGrantBeanExpanderImpl
(JiraAuthenticationContext authenticationContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n, UserBeanFactory userBeanFactory, UserManager userManager, ProjectRoleBeanFactory projectRoleBeanFactory, GroupManager groupManager, ProjectRoleManager projectRoleManager, CustomFieldManager customFieldManager, FieldManager fieldManager, SearchHandlerManager searchHandlerManager) PermissionSchemeBeansFactoryImpl
(SelfLinkBuilder selfLinkBuilder, PermissionGrantBeanExpander expander, I18nHelper i18n) PermissionSchemeResource
(JiraAuthenticationContext authenticationContext, PermissionSchemeBeansFactory beansFactory, PermissionGrantBeanExpander permissionGrantBeanExpander, PermissionSchemeService permissionSchemeService, I18nHelper i18n, ResponseFactory responseFactory, GlobalPermissionManager globalPermissionManager, PermissionSchemeAttributeManager permissionSchemeAttributeManager) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.avatar
Constructors in com.atlassian.jira.rest.v2.avatar with parameters of type I18nHelperModifierConstructorDescriptionTemporaryAvatarHelper
(TemporaryAvatarUploader avatarUploader, AttachmentHelper attachmentHelper, TemporaryAvatars temporaryAvatars, VelocityRequestContextFactory requestContextFactory, CroppingAvatarImageDataProviderFactory croppingAvatarImageDataProviderFactory, I18nHelper i18nHelper, AvatarManager avatarManager, JiraContactHelper jiraContactHelper) TemporaryAvatarUploader
(I18nHelper i18nHelper, ApplicationProperties applicationProperties, FileUtil fileUtil, com.atlassian.jira.rest.v2.avatar.ImageFileOperations imageFileOperations) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.cluster
Constructors in com.atlassian.jira.rest.v2.cluster with parameters of type I18nHelperModifierConstructorDescriptionClusterResource
(ClusterManager clusterManager, JiraAuthenticationContext jiraAuthenticationContext, GlobalPermissionManager globalPermissionManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.dashboard
Constructors in com.atlassian.jira.rest.v2.dashboard with parameters of type I18nHelperModifierConstructorDescriptionDashboardItemPropertyResource
(DashboardItemPropertyService dashboardItemPropertyService, com.atlassian.gadgets.dashboard.DashboardService dashboardService, JiraAuthenticationContext authenticationContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.entity
Fields in com.atlassian.jira.rest.v2.entity declared as I18nHelperModifier and TypeFieldDescriptionprotected final I18nHelper
AbstractRemoteEntityLinkResource.i18n
Constructors in com.atlassian.jira.rest.v2.entity with parameters of type I18nHelperModifierConstructorDescriptionprotected
AbstractRemoteEntityLinkResource
(I18nHelper i18n, JiraAuthenticationContext jiraAuthenticationContext, JsonEntityPropertyManager jsonEntityPropertyManager, javax.ws.rs.core.UriInfo contextUriInfo) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.entity.property
Constructors in com.atlassian.jira.rest.v2.entity.property with parameters of type I18nHelperModifierConstructorDescriptionBasePropertyResource
(EntityPropertyService<E> entityPropertyService, JiraAuthenticationContext authContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n, BiFunction<Long, String, String> entityIdAndPropertyKeyToSelfFunction, EntityPropertyType entityPropertyType) BasePropertyWithKeyResource
(EntityWithKeyPropertyService<E> entityPropertyService, JiraAuthenticationContext authContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n, com.google.common.base.Predicate<String> validKeyPredicate, BiFunction<Long, String, String> entityIdAndPropertyKeyToSelfFunction, EntityPropertyType entityPropertyType) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue
Constructors in com.atlassian.jira.rest.v2.issue with parameters of type I18nHelperModifierConstructorDescriptionCommentPropertyResource
(CommentPropertyService commentPropertyService, JiraAuthenticationContext authenticationContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n) CommentResource
(CommentService commentService, JiraAuthenticationContext authContext, I18nHelper i18n, ProjectRoleManager projectRoleManager, JiraBaseUrls jiraBaseUrls, IssueFinder issueFinder, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, FieldLayoutManager fieldLayoutManager, EmailFormatter emailFormatter) ComponentResource
(ProjectComponentService projectComponentService, ProjectComponentManager projectComponentManager, ProjectService projectService, UserManager userManager, AvatarService avatarService, ComponentIssueCountsBeanFactory componentIssueCountsBeanFactory, JiraAuthenticationContext authContext, I18nHelper i18n, PermissionManager permissionManager, ProjectManager projectManager, JiraBaseUrls jiraBaseUrls, com.atlassian.event.api.EventPublisher eventPublisher, ResponseFactory responseFactory) CurrentUserResource
(UserUtil userUtil, UserManager userManager, PasswordPolicyManager passwordPolicyManager, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarService avatarService, JiraBaseUrls jiraBaseUrls, LoginService loginService, I18nHelper.BeanFactory beanFactory, ApplicationRoleBeanConverter applicationRoleBeanConverter, ApplicationRoleManager applicationRoleManager) GroupAndUserPickerResource
(JiraAuthenticationContext authContext, ConstantsManager constantsManager, CustomFieldManager customFieldManager, FieldConfigSchemeManager fieldConfigSchemeManager, GroupPickerResourceHelper groupPickerHelper, PermissionManager permissionManager, ProjectManager projectManager, UserFilterManager userFilterManager, UserPickerResourceHelper userPickerHelper, GlobalPermissionManager globalPermissionManager, I18nHelper i18n) GroupResource
(GlobalPermissionManager permissionManager, JiraAuthenticationContext authContext, I18nHelper i18n, GroupManager groupManager, GroupService groupService, JiraBaseUrls jiraBaseUrls, SelfLinkBuilder selfLinkBuilder, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserBeanFactory userBeanFactory, ResponseFactory responses) IssueAttachmentsResource
(JiraAuthenticationContext authContext, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, I18nHelper i18n, IssueFinder issueFinder, AttachmentJsonBeanConverter attachmentJsonBeanConverter) IssueLinkTypeResource
(IssueLinkTypeService issueLinkTypeService, JiraAuthenticationContext authenticationContext, I18nHelper i18n, AccessDisablingHelper accessDisablingHelper, javax.ws.rs.core.UriInfo contextUriInfo, com.atlassian.plugins.rest.api.util.RestUrlBuilder restUrlBuilder) IssuePropertyResource
(IssuePropertyService issuePropertyService, JiraAuthenticationContext authContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n) IssueResource
(JiraAuthenticationContext authContext, UserManager userManager, VoteService voteService, I18nHelper i18n, WatchersFinder watchersFinder, WatcherService watcherService, BeanBuilderFactory beanBuilderFactory, javax.ws.rs.core.UriInfo contextUriInfo, RestIssueFinder issueFinder, CreateIssueResource createIssueResource, UpdateIssueResource updateIssueResource, DeleteIssueResource deleteIssueResource, ArchiveIssueResource archiveIssueResource, RemoteIssueLinkResource remoteIssueLinkResource, IssueWorklogResource issueWorklogResource, CommentResource commentResource, IssueWorkflowManager issueWorkflowManager, AssignIssueResource assignIssueResource, AdhocNotificationService notificationService, JiraBaseUrls jiraBaseUrls, IssuePicker issuePicker, OrderByRequestParser orderByRequestParser, ResponseFactory responseFactory, IssuePropertiesLoader issuePropertiesLoader, UserIssueHistoryManager userIssueHistoryManager, PermissionManager permissionManager, ProjectManager projectManager, ResourceUriBuilder resourceUriBuilder) IssueSecurityLevelResource
(IssueSecurityLevelManager issueSecurityLevelManager, JiraBaseUrls jiraBaseUrls, I18nHelper i18n) IssueTypePropertyResource
(IssueTypePropertyService issueTypePropertyService, JiraAuthenticationContext authenticationContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n) IssueTypeResource
(JiraAuthenticationContext authContext, javax.ws.rs.core.UriInfo contextUriInfo, JiraBaseUrls jiraBaseUrls, IssueTypeService issueTypeService, I18nHelper i18n, XsrfInvocationChecker xsrfChecker, AvatarResourceHelper avatarResourceHelper, GlobalPermissionManager globalPermissionManager, ResponseFactory responseFactory) LinkIssueResource
(ApplicationProperties applicationProperties, I18nHelper i18n, JiraAuthenticationContext authContext, PermissionManager permissionManager, IssueLinkManager issueLinkManager, CommentService commentService, ProjectRoleManager projectRoleManager, IssueLinkTypeFinder issueLinkTypeFinder, IssueFinder issueFinder, IssueLinkService issueLinkService, JiraBaseUrls jiraBaseUrls, IssueService issueService) NotificationSchemeBeanFactoryImpl
(I18nHelper i18nHelper, JiraBaseUrls jiraBaseUrls, ProjectRoleBeanFactory projectRoleBeanFactory, SearchHandlerManager searchHandlerManager, FieldManager fieldManager, EventTypeManager eventTypeManager, UserBeanFactory userBeanFactory, JiraAuthenticationContext authenticationContext) OpsbarBeanBuilder
(Issue issue, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authContext, I18nHelper i18n, IssueManager issueManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PermissionManager permissionManager) OpsbarBeanBuilder
(Issue issue, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authContext, I18nHelper i18n, IssueManager issueManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PermissionManager permissionManager, boolean loadLazyItems) PriorityResource
(ConstantsManager constantsManager, I18nHelper i18n, JiraBaseUrls baseUrls, AccessDisablingHelper accessDisablingHelper, PermissionManager permissionManager, PriorityManager priorityManager, JiraBaseUrls jiraBaseUrls) ProjectCategoryResource
(ProjectManager projectManager, JiraBaseUrls jiraBaseUrls, JiraAuthenticationContext authContext, PermissionManager permissionManager, I18nHelper i18n, AccessDisablingHelper accessDisablingHelper) ProjectPropertyResource
(ProjectPropertyService projectPropertyService, JiraAuthenticationContext authContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n) ProjectResource
(ProjectService projectService, JiraAuthenticationContext authContext, javax.ws.rs.core.UriInfo uriInfo, VersionService versionService, ProjectComponentService projectComponentService, AvatarService avatarService, UserManager userManager, ProjectBeanFactory projectBeanFactory, VersionBeanFactory versionBeanFactory, PermissionManager permissionManager, ProjectManager projectManager, AvatarManager avatarManager, AvatarPickerHelper avatarPickerHelper, AttachmentHelper attachmentHelper, JiraBaseUrls jiraBaseUrls, WorkflowManager workflowManager, IssueTypeSchemeManager issueTypeSchemeManager, PermissionSchemeManager permissionSchemeManager, NotificationSchemeManager notificationSchemeManager, IssueSecuritySchemeManager issueSecuritySchemeManager, ResourceUriBuilder uriBuilder, StatusHelper statusHelper, ProjectFinder projectFinder, XsrfInvocationChecker xsrfChecker, UserProjectHistoryManager projectHistoryManager, ResponseFactory responses, I18nHelper i18nHelper, com.atlassian.jira.blueprint.core.api.CoreProjectConfigurator coreProjectConfigurator, ArchivedProjectService archivedProjectService, OrderByRequestParser orderByRequestParser, com.atlassian.jira.rest.v2.issue.ProjectWorkflowSchemeAssignor projectWorkflowSchemeAssignor, com.atlassian.event.api.EventPublisher eventPublisher) RemoteIssueLinkResource
(RemoteIssueLinkService remoteIssueLinkService, BeanBuilderFactory beanBuilderFactory, I18nHelper i18n, JiraAuthenticationContext jiraAuthenticationContext) ResolutionResource
(ConstantsManager constantsManager, I18nHelper i18n, JiraBaseUrls baseUrls, JiraAuthenticationContext authContext, AccessDisablingHelper accessDisablingHelper, PermissionManager permissionManager, ResolutionManager resolutionManager) UpdateIssueResource
(IssueInputParametersAssembler issueInputParametersAssembler, IssueService issueService, JiraAuthenticationContext jiraAuthenticationContext, GlobalPermissionManager globalPermissionManager, PermissionManager permissionManager, I18nHelper i18n) UserResource
(UserService userService, UserUtil userUtil, PasswordPolicyManager passwordPolicyManager, I18nHelper i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarPickerHelper avatarPickerHelper, AvatarManager avatarManager, AvatarService avatarService, AttachmentHelper attachmentHelper, UserPropertyManager userPropertyManager, PermissionManager permissionManager, GlobalPermissionManager globalPermissionManager, ProjectService projectService, IssueService issueService, ProjectManager projectManager, com.atlassian.event.api.EventPublisher eventPublisher, UserPickerResourceHelper userPickerHelper, JiraBaseUrls jiraBaseUrls, ColumnService columnService, XsrfInvocationChecker xsrfChecker, UserManager userManager, I18nHelper.BeanFactory beanFactory, ApplicationRoleManager applicationRoleManager, ApplicationRoleBeanConverter applicationRoleBeanConverter, UpdateUserApplicationHelper updateUserApplicationHelper, ResponseFactory responseFactory, ApplicationProperties applicationProperties, DuplicatedUsersHelper duplicatedUsersHelper, LoginService loginService, DateTimeFormatterFactory dateTimeFormatterFactory) VersionResource
(VersionService versionService, ProjectService projectService, JiraAuthenticationContext authContext, I18nHelper i18n, RemoteVersionLinkResource remoteVersionLinkResource, VersionBeanFactory versionBeanFactory, VersionIssueCountsBeanFactory versionIssueCountsBeanFactory, VersionUnresolvedIssueCountsBeanFactory versionUnresolvedIssueCountsBeanFactory, DateFieldFormat dateFieldFormat, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.attachment.authorization
Methods in com.atlassian.jira.rest.v2.issue.attachment.authorization with parameters of type I18nHelperModifier and TypeMethodDescriptionAttachmentAuthorizer.getNoPermissionMessage
(I18nHelper i18n, Object attachmentId) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.builder
Constructors in com.atlassian.jira.rest.v2.issue.builder with parameters of type I18nHelperModifierConstructorDescriptionBeanBuilderFactoryImpl
(UserManager userManager, ThumbnailManager thumbnailManager, VersionBeanFactory versionBeanFactory, FieldLayoutManager fieldLayoutManager, JiraAuthenticationContext authContext, FieldManager fieldManager, ResourceUriBuilder uriBuilder, javax.ws.rs.core.UriInfo contextUriInfo, VelocityRequestContextFactory velocityRequestContextFactory, ProjectManager projectManager, ProjectRoleManager projectRoleManager, IssueTypeSchemeManager issueTypeSchemeManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, IssueManager issueManager, JiraBaseUrls baseUrls, IssueLinksBeanBuilderFactory issueLinkBeanBuilderFactory, IssueWorkflowManager issueWorkflowManager, WorkflowManager workflowManager, StatusManager statusManager, IssueFactory issueFactory, ChangeHistoryManager changeHistoryManager, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, I18nHelper i18nHelper, com.atlassian.plugin.PluginAccessor pluginAccessor, JqlStringSupport jqlStringSupport, GroupManager groupManager, PermissionSchemeManager permissionSchemeManager, FilterSubscriptionService filterSubscriptionService, JiraBaseUrls jiraBaseUrls, IssueSecurityLevelManager issueSecurityLevelManager, HistoryMetadataManager historyMetadataManager, UserBeanFactory userBeanFactory, LicenseCountService licenseCountService, FeatureManager featureManager, FilterPermissionBeanFactory filterPermissionBeanFactory, ShareManager shareManager, ConstantsManager constantsManager, UserSearchService userSearchService, DCFeatureLicenseChecker licenseChecker, ResourceUriBuilder resourceUriBuilder) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.customfield
Constructors in com.atlassian.jira.rest.v2.issue.customfield with parameters of type I18nHelperModifierConstructorDescriptionCustomFieldOptionResource
(JiraAuthenticationContext authContext, OptionsManager optionsManager, I18nHelper i18n, javax.ws.rs.core.UriInfo contextUriInfo, FieldManager fieldManager, PermissionManager permissionManager) CustomFieldResource
(JiraAuthenticationContext jiraAuthenticationContext, CustomFieldBeanFactory customFieldBeanFactory, OptionsManager optionsManager, javax.ws.rs.core.UriInfo contextUriInfo, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.project
Constructors in com.atlassian.jira.rest.v2.issue.project with parameters of type I18nHelperModifierConstructorDescriptionRoleResource
(ProjectRoleService projectRoleService, ProjectRoleBeanFactory projectRoleBeanFactory, ResponseFactory responses, I18nHelper i18n, JiraAuthenticationContext authContext, GlobalPermissionManager permissionManager) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.users
Constructors in com.atlassian.jira.rest.v2.issue.users with parameters of type I18nHelperModifierConstructorDescriptionUserIssueRelevanceBeanBuilder
(EmailFormatter emailFormatter, I18nHelper i18n, JiraBaseUrls jiraBaseUrls, ApplicationUser loggedInUser, TimeZone timeZone, AvatarService avatarService) UserPickerResourceHelperImpl
(UserSearchService userSearchService, I18nHelper i18n, AvatarService avatarService, JiraAuthenticationContext authContext, GlobalPermissionManager globalPermissionManager, FeatureManager featureManager) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.version
Constructors in com.atlassian.jira.rest.v2.issue.version with parameters of type I18nHelperModifierConstructorDescriptionRemoteVersionLinkResource
(I18nHelper i18n, JiraAuthenticationContext jiraAuthenticationContext, RemoteVersionLinkService remoteVersionLinkService, JsonEntityPropertyManager jsonEntityPropertyManager, javax.ws.rs.core.UriInfo contextUriInfo, ResourceUriBuilder resourceUriBuilder) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.issue.worklog
Constructors in com.atlassian.jira.rest.v2.issue.worklog with parameters of type I18nHelperModifierConstructorDescriptionIssueWorklogResource
(WorklogService worklogService, JiraAuthenticationContext authenticationContext, UserManager userManager, I18nHelper i18n, TimeTrackingConfiguration timeTrackingConfiguration, JiraBaseUrls jiraBaseUrls, EmailFormatter emailFormatter) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.license
Constructors in com.atlassian.jira.rest.v2.license with parameters of type I18nHelperModifierConstructorDescriptionLicenceValidator
(JiraLicenseService licenseService, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.search
Methods in com.atlassian.jira.rest.v2.search with parameters of type I18nHelperModifier and TypeMethodDescriptionSharePermissionFactory.fromBean
(SharePermissionInputBean inputBean, I18nHelper i18nHelper) SharePermissionInputBeanValidator.validateAddPermissionBean
(SharePermissionInputBean inputBean, I18nHelper i18nHelper) Constructors in com.atlassian.jira.rest.v2.search with parameters of type I18nHelperModifierConstructorDescriptionSearchAutoCompleteResource
(AutoCompleteJsonGenerator autoCompleteJsonGenerator, JiraAuthenticationContext authContext, I18nHelper i18n, FieldAndPredicateAutoCompleteResultGenerator fieldAndPredicateAutoCompleteResultGenerator, LastJqlFieldsService lastJqlFieldsService, AccessDisablingHelper accessDisablingHelper, PermissionManager permissionManager) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.user
Constructors in com.atlassian.jira.rest.v2.user with parameters of type I18nHelperModifierConstructorDescriptionprotected
UserPropertyResource
(UserPropertyService userPropertyService, JiraAuthenticationContext authenticationContext, JiraBaseUrls jiraBaseUrls, I18nHelper i18n, ResponseFactory responseFactory, UserManager userManager, SelfLinkBuilder selfLinkBuilder) -
Uses of I18nHelper in com.atlassian.jira.rest.v2.user.anonymization
Methods in com.atlassian.jira.rest.v2.user.anonymization with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic AffectedEntityBean
AffectedEntityBean.from
(AffectedEntity affectedEntity, I18nHelper i18n) UserAnonymizationValidationBean.from
(AnonymizeUserService.AnonymizeValidationResult validationResult, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.scheduler.cron
Constructors in com.atlassian.jira.scheduler.cron with parameters of type I18nHelperModifierConstructorDescriptionCronValidator
(I18nHelper i18nHelper, com.atlassian.scheduler.SchedulerService schedulerService) -
Uses of I18nHelper in com.atlassian.jira.scheme
Classes in com.atlassian.jira.scheme that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in com.atlassian.jira.scheme that return I18nHelperModifier and TypeMethodDescriptionprotected I18nHelper
AbstractSchemeManager.getApplicationI18n()
-
Uses of I18nHelper in com.atlassian.jira.security
Methods in com.atlassian.jira.security that return I18nHelperModifier and TypeMethodDescriptionJiraAuthenticationContext.getI18nHelper()
Useful for localisation of messages.JiraAuthenticationContextImpl.getI18nHelper()
-
Uses of I18nHelper in com.atlassian.jira.security.auth.trustedapps
Classes in com.atlassian.jira.security.auth.trustedapps that implement I18nHelperModifier and TypeClassDescriptionclass
Deprecated.use theMockI18nHelper
(in the right package),NoopI18nHelper
, or Mockito mocks insteadMethods in com.atlassian.jira.security.auth.trustedapps with parameters of type I18nHelperModifier and TypeMethodDescriptionboolean
TrustedApplicationDelegateValidator.validate
(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application) Runs the validate() method on all validators in order of registration, regardless of failure in earlier validatorsboolean
TrustedApplicationSemanticValidator.validate
(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application) boolean
TrustedApplicationSyntacticValidator.validate
(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application) Validate the details of the trusted application request.boolean
TrustedApplicationSyntacticValidator.validate
(JiraServiceContext context, I18nHelper helper, String urlString) Validate the details of the trusted application request.boolean
TrustedApplicationValidator.validate
(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application) Validate the details of the trusted application . -
Uses of I18nHelper in com.atlassian.jira.service.util
Methods in com.atlassian.jira.service.util with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic String
CronValidationErrorMappingUtil.internalError
(String message, I18nHelper i18nHelper) static String
CronValidationErrorMappingUtil.mapError
(com.atlassian.scheduler.cron.CronSyntaxException cse, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.task.context
Methods in com.atlassian.jira.task.context with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg) Deprecated.Since 6.3.6 useContexts.percentageReporter(com.atlassian.jira.util.collect.Sized, TaskProgressSink, I18nHelper, Logger, String, String, String)
for 6.3.6+ orContexts.builder()
for 6.4+static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event) Deprecated.static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event, org.apache.log4j.Level level) Deprecated.Since 6.3.6 use {@link #percentageReporter(com.atlassian.jira.util.collect.Sized, TaskProgressSink, I18nHelper, Logger, String, String, String, com.atlassian.johnson.event.Event), Level} in 6.3.6+ orContexts.builder()
in 6.4+static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent) Deprecated.UseContexts.builder()
instead.static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, com.atlassian.johnson.event.Event event) static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, com.atlassian.johnson.event.Event event, org.apache.log4j.Level level) Deprecated.UseContexts.builder()
instead.static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, org.apache.log4j.Level level) Deprecated.UseContexts.builder()
instead.Context.Builder.progress
(TaskProgressSink progressSink, I18nHelper i18n, String uiMessageKeyPercentage, String uiMessageKeyCurrent) Uses the specifiedTaskProgressSink
, using the providedI18nHelper
to supply translated messages about the task.Context.Builder.progressPercentage
(TaskProgressSink progressSink, I18nHelper i18n, String uiMessageKeyPercentage) Uses the specifiedTaskProgressSink
, using the providedI18nHelper
to supply translated messages about the task.Context.Builder.progressSubTask
(TaskProgressSink progressSink, I18nHelper i18n, String uiMessageKeyCurrent) Uses the specifiedTaskProgressSink
, using the providedI18nHelper
to supply translated messages about the task. -
Uses of I18nHelper in com.atlassian.jira.timezone
Constructors in com.atlassian.jira.timezone with parameters of type I18nHelperModifierConstructorDescriptionTimeZoneInfoImpl
(String timeZoneId, String displayName, TimeZone timeZone, I18nHelper i18nHelper, String regionKey) -
Uses of I18nHelper in com.atlassian.jira.upgrade
Methods in com.atlassian.jira.upgrade that return I18nHelper -
Uses of I18nHelper in com.atlassian.jira.user.anonymize
Methods in com.atlassian.jira.user.anonymize that return I18nHelperModifier and TypeMethodDescriptionprotected I18nHelper
UserPropertyChangeService.getI18nBean
(ApplicationUser user) Methods in com.atlassian.jira.user.anonymize with parameters of type I18nHelperModifier and TypeMethodDescriptionprotected ServiceResult
UserPropertyChangeManager.executeHandler
(AnonymizationHandlerModuleDescriptor<T, P> handlerModuleDescriptor, P userPropertyChangeParameter, I18nHelper i18nBean) UserPropertyChangeManager.executeHandlers
(P parameter, I18nHelper i18nBean) Updates affected entities by calling registered handlers (AnonymizationHandler
.Constructors in com.atlassian.jira.user.anonymize with parameters of type I18nHelperModifierConstructorDescriptionBusinessLogicValidator
(com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.user.anonymize.handlers.anonymize
Constructors in com.atlassian.jira.user.anonymize.handlers.anonymize with parameters of type I18nHelperModifierConstructorDescriptionUserProfileAnonymizationHandler
(JiraAuthenticationContext jiraAuthenticationContext, UserManager userManager, UserKeyStore userKeyStore, com.atlassian.crowd.embedded.api.CrowdService crowdService, AvatarManager avatarManager, com.atlassian.seraph.spi.rememberme.RememberMeTokenDao rememberMeTokenDao, UserPropertyManager userPropertyManager, JsonEntityPropertyManager jsonEntityPropertyManager, UserHistoryStore userHistoryStore, I18nHelper i18n, BaseUrl baseUrl, ExtendedUserDao extendedUserDao, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of I18nHelper in com.atlassian.jira.user.anonymize.handlers.ownership
Constructors in com.atlassian.jira.user.anonymize.handlers.ownership with parameters of type I18nHelperModifierConstructorDescriptionFilterSubscriptionOwnershipTransferHandler
(SubscriptionManager subscriptionManager, UserManager userManager, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.user.anonymize.operations
Methods in com.atlassian.jira.user.anonymize.operations with parameters of type I18nHelperModifier and TypeMethodDescriptionAnonymizeOperationStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData, I18nHelper i18nHelper, boolean preValidate) Validate should ensure that request and anonymizationProcessData contain all data needed toAnonymizeOperationStep.performOperation(OperationsReport, AnonymizeValidationResult, Context)
.AnonymizePluginPointsStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData, I18nHelper i18nHelper, boolean preValidate) TransferOwnershipPluginPointOperationStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData, I18nHelper i18nBean, boolean preValidate) UserDisableOperationStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData, I18nHelper i18nBean, boolean preValidate) UserExternalIdChangeOperationStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData, I18nHelper i18nHelper, boolean preValidate) UserKeyChangeOperationStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData, I18nHelper i18nHelper, boolean preValidate) UserKeyChangePluginPointsOperationStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData, I18nHelper i18nHelper, boolean preValidate) UserNameChangeOperationStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationProcessData, I18nHelper i18nBean, boolean preValidate) UserNameChangePluginPointsOperationStep.validate
(AnonymizeUserService.AnonymizeProcessData anonymizationData, I18nHelper i18nHelper, boolean preValidate) -
Uses of I18nHelper in com.atlassian.jira.util
Classes in com.atlassian.jira.util that implement I18nHelperModifier and TypeClassDescriptionclass
AnI18nHelper
that returns the i18n key concatenated with its arguments.Methods in com.atlassian.jira.util that return I18nHelperModifier and TypeMethodDescriptionI18nHelper.BeanFactory.getInstance
(ApplicationUser user) Returns anI18nHelper
instance associated with the providedUser
's locale preference.I18nHelper.BeanFactory.getInstance
(Locale locale) Returns anI18nHelper
instance associated with the providedLocale
.NoopI18nFactory.getInstance
(ApplicationUser user) NoopI18nFactory.getInstance
(Locale locale) Methods in com.atlassian.jira.util with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic String
SecurityTypeUtils.formatSecurityTypeParameter
(String type, String parameter, I18nHelper i18nHelper) JiraContactHelper.getAdministratorContactLinkHtml
(String baseUrl, I18nHelper i18nHelper) Get the full link text for the contact administration message as a snippet.JiraContactHelperImpl.getAdministratorContactLinkHtml
(String baseUrl, I18nHelper i18nHelper) JiraContactHelper.getAdministratorContactMessage
(I18nHelper i18nHelper) Get the text for the contact administration message as a snippet.JiraContactHelperImpl.getAdministratorContactMessage
(I18nHelper i18nHelper) JiraVelocityHelper.getFieldName
(String fieldKey, I18nHelper i18n) Returns Internationalized human-readable name of a field, or the key (usually also readable) if none was found.JiraVelocityHelper.getFieldName
(org.ofbiz.core.entity.GenericValue changeItem, I18nHelper i18n) JiraVelocityHelper.getPrettyFieldString
(String fieldKey, String str, String value, I18nHelper i18n) JiraVelocityHelper.getPrettyFieldString
(String fieldKey, String str, String value, I18nHelper i18n, String defaultIfNull) JiraVelocityHelper.indentToChangelogNoLineSep
(String fieldName, String fieldValue, I18nHelper i18n, List<String> allFieldNames) JiraVelocityHelper.printChangelog
(org.ofbiz.core.entity.GenericValue changelog, I18nHelper i18n, Collection<String> ignoredFields) JiraVelocityHelper.printChangelog
(org.ofbiz.core.entity.GenericValue changelog, I18nHelper i18n, Collection<String> ignoredFields, boolean ignoreStatus) boolean
JiraVelocityHelper.wasDeleted
(org.ofbiz.core.entity.GenericValue changelog, String fieldKey, I18nHelper i18n) Constructors in com.atlassian.jira.util with parameters of type I18nHelperModifierConstructorDescriptionDaysDurationFormatter
(int hoursPerDay, I18nHelper i18nBean) Deprecated.#DaysDurationFormatter(BigDecimal, I18nHelper) is preferred now that we can fractional number of hours per dayDaysDurationFormatter
(BigDecimal hoursPerDay, I18nHelper i18nBean) HoursDurationFormatter
(I18nHelper i18nBean) PrettyDurationFormatter
(int hoursPerDay, int daysPerWeek, I18nHelper i18nBean) PrettyDurationFormatter
(BigDecimal hoursPerDay, BigDecimal daysPerWeek, I18nHelper i18nBean) -
Uses of I18nHelper in com.atlassian.jira.util.index
Methods in com.atlassian.jira.util.index with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger) static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, com.atlassian.johnson.event.Event event) -
Uses of I18nHelper in com.atlassian.jira.util.system
Constructors in com.atlassian.jira.util.system with parameters of type I18nHelperModifierConstructorDescriptionExtendedSystemInfoUtilsImpl
(I18nHelper i18nHelper) protected
ExtendedSystemInfoUtilsImpl
(SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, TrustedApplicationService trustedAppService, OfBizDelegator ofBizDelegator, I18nHelper i18nHelper, HashRegistryCache registry, LocaleManager localeManager, Optional<JiraLicenseService> jiraLicenseServiceRef, BuildUtilsInfo buildUtilsInfo, Optional<UpgradeVersionHistoryManager> upgradeVersionHistoryManagerRef, JiraProperties jiraSystemProperties, ClusterManager clusterManager, JiraStartStopAnalyticHelper jiraStartStopAnalyticHelper, DatabaseLatencyMeter databaseLatencyMeter, FeatureManager featureManager) -
Uses of I18nHelper in com.atlassian.jira.web.action
Classes in com.atlassian.jira.web.action that implement I18nHelperModifier and TypeClassDescriptionclass
An abstract browser that implements a few helpful things for paging.class
AbstractPluggableTabPanelAction<TabPanelClass extends PluggableTabPanelModuleDescriptor>
Manages the setting, retrieval, checking and activating of a "selected tab" for any page that wishes to provide navigation to "tab panels".class
Figures out what the id of the portal page the user is currently viewing is.class
class
All web actions should extend this class - it provides basic common functionality for all web actions.class
class
Redirects or forwards to the current My JIRA Home.class
class
This action is usually run via a servlet FORWARD.Methods in com.atlassian.jira.web.action that return I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin
Classes in com.atlassian.jira.web.action.admin that implement I18nHelperModifier and TypeClassDescriptionclass
class
Page for the ADMIN to do the read/update ofApplicationRole
s.class
class
Displays the page to update the current JIRA license when it has been detected that the current license is "too old".class
class
class
class
class
Displays the system dashboard in the admin section for edit.class
class
The action to allow you to edit service definitionsclass
Controls setting the email prefs.class
class
class
class
class
class
This either goes home, or if home is Admin, then it goes to the dashboardclass
class
class
Updates all the users preference to the current default preference.class
class
class
class
class
class
The view action for the JIRA Profiling and Logging Admin sectionclass
View extended memory informationclass
class
class
class
Configure email preferences.class
Constructors in com.atlassian.jira.web.action.admin with parameters of type I18nHelperModifierConstructorDescriptionSchedulerAdmin
(com.atlassian.scheduler.SchedulerService schedulerService, com.atlassian.scheduler.SchedulerHistoryService schedulerHistoryService, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.avatars
Classes in com.atlassian.jira.web.action.admin.avatars that implement I18nHelperModifier and TypeClassDescriptionclass
WebWork action that handles the editing of avatar settings. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.cluster
Classes in com.atlassian.jira.web.action.admin.cluster that implement I18nHelperModifier and TypeClassDescriptionclass
Replication Settings Edit pageclass
WebWork action that configures the replication settings for a clustered instance. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.constants
Classes in com.atlassian.jira.web.action.admin.constants that implement I18nHelperModifier and TypeClassDescriptionclass
AbstractConstantAction<T extends IssueConstant>
class
AbstractDeleteConstant<T extends IssueConstant>
class
AbstractEditConstant<T extends IssueConstant>
class
AbstractViewConstants<T extends IssueConstant>
Constructors in com.atlassian.jira.web.action.admin.constants with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.currentusers
Classes in com.atlassian.jira.web.action.admin.currentusers that implement I18nHelperModifier and TypeClassDescriptionclass
An action that lists the current users that have sessions within JIRA -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.customfields
Classes in com.atlassian.jira.web.action.admin.customfields that implement I18nHelperModifier and TypeClassDescriptionclass
class
This class is used to display a list of projects using particular custom field as dialogclass
This class is used to display a list of screens using particular custom field as dialogclass
class
class
class
class
Responsible for handling the update of a custom field's values.class
class
Webwork action for editing user filter for user pickers.class
Represents action that handles the update of option order on version picker custom fieldclass
class
class
Methods in com.atlassian.jira.web.action.admin.customfields that return I18nHelperConstructors in com.atlassian.jira.web.action.admin.customfields with parameters of type I18nHelperModifierConstructorDescriptionEditVersionPickerCustomFieldOptionsOrder
(ManagedConfigurationItemService managedConfigurationItemService, I18nHelper i18nHelper, GenericConfigManager genericConfigManager) -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.darkfeatures
Classes in com.atlassian.jira.web.action.admin.darkfeatures that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.dashboards
Classes in com.atlassian.jira.web.action.admin.dashboards that implement I18nHelperModifier and TypeClassDescriptionclass
This is the base class for DeleteSharedDashboard and ChangeSharedDashboardOwnerclass
Action for changing the SharedFilter ownerclass
The Delete Shared Dashboards actionclass
Responsible for displaying the shared dashboards administration page. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.eventtype
Classes in com.atlassian.jira.web.action.admin.eventtype that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.filters
Classes in com.atlassian.jira.web.action.admin.filters that implement I18nHelperModifier and TypeClassDescriptionclass
This is the base class for DeleteSharedFilter and ChangeSharedFilterOwnerclass
Action for changing the SharedFilter ownerclass
The Delete Shared Filters actionclass
Responsible for displaying the shared filters administration page. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.importer
Classes in com.atlassian.jira.web.action.admin.importer that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.importer.issue
Classes in com.atlassian.jira.web.action.admin.importer.issue that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.importer.project
Classes in com.atlassian.jira.web.action.admin.importer.project that implement I18nHelperModifier and TypeClassDescriptionclass
AbstractProjectImportProgress<V extends Serializable>
Base class for the progress screens.class
Base class that exports a list of users to xml.class
Used to show a progress bar for the long running tasks after the Select Backup action.class
Progress action for the 2nd phase of the import which creates the project mappings.class
Used to display the users that do not exist in the system and are mandatoryclass
Used to display the users that do not exist in the system, are mandatory, and we can't create them automatically.class
Used to display the users that do not exist in the system, are optional, and we can't create them automatically.class
Used to display the users that do not exist in the system and are in useclass
Used to display the users that will be automatically created as part of the Project Import.class
Used to show a progress bar for the long running tasks while we are doing the actual import.class
Action that manages the final results screen for a project import.class
Action that controls the first step of the project import wizard.class
Action that is used to display the project information contained in the backup XML selected in the ProjectImportSelectBackup action and to submit the selected project to be processed by the importer.class
Action that controls the summary screen before a project import occurConstructors in com.atlassian.jira.web.action.admin.importer.project with parameters of type I18nHelperModifierConstructorDescriptionProjectImportProgressTrackerUtil
(com.atlassian.plugin.PluginAccessor pluginAccessor, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.index
Classes in com.atlassian.jira.web.action.admin.index that implement I18nHelperMethods in com.atlassian.jira.web.action.admin.index with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic String
IndexRecoveryUtil.getIntervalOption
(com.atlassian.jira.web.action.admin.index.IndexRecoveryUtil.Interval interval, I18nHelper i18n) static Collection<TextOption>
IndexRecoveryUtil.getIntervalOptions
(I18nHelper i18n) Constructors in com.atlassian.jira.web.action.admin.index with parameters of type I18nHelperModifierConstructorDescriptionActivateAsyncIndexerCommand
(boolean deactivateIndexFirst, com.atlassian.johnson.JohnsonEventContainer eventCont, IndexLifecycleManager indexManager, org.apache.log4j.Logger log, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nBeanFactory) IndexRecoveryCommand
(ApplicationUser user, IndexRecoveryService indexRecoveryService, JohnsonProvider johnsonProvider, org.apache.log4j.Logger log, I18nHelper i18nHelper, String recoveryFilename) ReIndexAsyncIndexerCommand
(com.atlassian.johnson.JohnsonEventContainer eventCont, IndexLifecycleManager indexManager, org.apache.log4j.Logger log, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nBeanFactory) ReIndexBackgroundIndexerCommand
(IndexLifecycleManager indexManager, IssueIndexingParams issueIndexingParams, org.apache.log4j.Logger log, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nBeanFactory) ReIndexBackgroundIndexerCommand
(IndexLifecycleManager indexManager, org.apache.log4j.Logger log, I18nHelper i18nHelper, I18nHelper.BeanFactory i18nBeanFactory) -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.instrumentation
Classes in com.atlassian.jira.web.action.admin.instrumentation that implement I18nHelperModifier and TypeClassDescriptionclass
An initial quick and dirty listing of the instrumentation objects in JIRA -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.instrumentation.cache
Classes in com.atlassian.jira.web.action.admin.instrumentation.cache that implement I18nHelperModifier and TypeClassDescriptionclass
Manage the caches that we are instrumenting and manage where the data ends up.class
Displays the average usage of a cache over the list of URLs accessed.class
Display cache usage information broken down by request path.class
Pulls out cache operation information.class
Displays cache usage by URI. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields
Classes in com.atlassian.jira.web.action.admin.issuefields that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
Action used to set a renderer for a field layout itemclass
The action that controls the confirmation screen.class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.configuration
Classes in com.atlassian.jira.web.action.admin.issuefields.configuration that implement I18nHelperModifier and TypeClassDescriptionclass
Responsible for rendering the user interface to add a new field configuration to a JIRA instance. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.configuration.schemes
Classes in com.atlassian.jira.web.action.admin.issuefields.configuration.schemes that implement I18nHelperModifier and TypeClassDescriptionclass
Responsible for rendering the user interface to add a new field configuration scheme to a JIRA instance.class
Responsible for rendering the user interface to add a new issue type to field configuration entry to an existing field configuration scheme. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.enterprise
Classes in com.atlassian.jira.web.action.admin.issuefields.enterprise that implement I18nHelperModifier and TypeClassDescriptionclass
Copyright (c) 2002-2004 All rights reserved.class
class
class
class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
class
Copyright (c) 2002-2004 All rights reserved.class
class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Responsible for rendering the user interface to view all the field configurations for a JIRA instance.class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.screens
Classes in com.atlassian.jira.web.action.admin.issuefields.screens that implement I18nHelperModifier and TypeClassDescriptionclass
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
class
Responsible for rendering the user interface to add a new field configuration to a JIRA instance.class
class
class
class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise
Classes in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise that implement I18nHelperModifier and TypeClassDescriptionclass
class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype
Classes in com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype that implement I18nHelperModifier and TypeClassDescriptionclass
Responsible for rendering the user interface to add a new issue type to screen scheme entry to an existing issue type screen scheme. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuesecurity
Classes in com.atlassian.jira.web.action.admin.issuesecurity that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuetypes
Classes in com.atlassian.jira.web.action.admin.issuetypes that implement I18nHelperModifier and TypeClassDescriptionclass
class
Will add a new issue type and then redirect the user back to the modify issue type scheme page.class
class
class
class
class
class
Constructors in com.atlassian.jira.web.action.admin.issuetypes with parameters of type I18nHelperModifierConstructorDescriptionMigrateIssueTypes
(SearchService searchService, BulkMoveOperation bulkMoveOperation, FieldManager fieldManager, WorkflowManager workflowManager, ConstantsManager constantsManager, IssueFactory issueFactory, BulkMigrateOperation bulkMigrateOperation, PermissionManager permissionManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, IssueService issueService) -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.issuetypes.pro
Classes in com.atlassian.jira.web.action.admin.issuetypes.pro that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.linking
Classes in com.atlassian.jira.web.action.admin.linking that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.mail
Classes in com.atlassian.jira.web.action.admin.mail that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.notification
Classes in com.atlassian.jira.web.action.admin.notification that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.permission
Classes in com.atlassian.jira.web.action.admin.permission that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
This class is used for the deleting of a permisison schemeclass
class
class
This class is used to display all permissions for a particular permission scheme.class
class
This class is used as a super class for any classes that perform actions on permission schemes.class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.priorities
Classes in com.atlassian.jira.web.action.admin.priorities that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in com.atlassian.jira.web.action.admin.priorities declared as I18nHelperConstructors in com.atlassian.jira.web.action.admin.priorities with parameters of type I18nHelperModifierConstructorDescriptionAddPriorityScheme
(FieldConfigSchemeManager configSchemeManager, FieldManager fieldManager, PriorityManageableOption priorityManageableOption, PrioritySchemeManager prioritySchemeManager, PriorityManager priorityManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, PrioritySchemeService prioritySchemeService, I18nHelper i18nHelper, PrioritySchemeHelper prioritySchemeHelper) ConfigurePriorityScheme
(FieldConfigSchemeManager configSchemeManager, FieldManager fieldManager, PriorityManageableOption priorityManageableOption, PrioritySchemeManager prioritySchemeManager, PriorityManager priorityManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilder, PrioritySchemeService prioritySchemeService, I18nHelper i18nHelper, PrioritySchemeHelper prioritySchemeHelper) CopyPriorityScheme
(FieldConfigSchemeManager configSchemeManager, FieldManager fieldManager, PriorityManageableOption priorityManageableOption, PrioritySchemeManager prioritySchemeManager, PriorityManager priorityManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, PrioritySchemeService prioritySchemeService, I18nHelper i18nHelper, PrioritySchemeHelper prioritySchemeHelper) DeletePriority
(PriorityManager priorityManager, PrioritySchemeManager prioritySchemeManager, I18nHelper i18nHelper, FeatureManager featureManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService) EditPriorityScheme
(FieldConfigSchemeManager configSchemeManager, FieldManager fieldManager, PriorityManageableOption priorityManageableOption, PrioritySchemeManager prioritySchemeManager, PriorityManager priorityManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, PrioritySchemeService prioritySchemeService, PrioritySchemeMigratorFinder prioritySchemeMigratorFinder, PrioritySchemeMigrateRequestHelper prioritySchemeMigrateRequestHelper, I18nHelper i18nHelper, PrioritySchemeHelper prioritySchemeHelper) ViewPrioritySchemesForPriority
(PrioritySchemeManager prioritySchemeManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, I18nHelper i18nHelper, FeatureManager featureManager) -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.resolutions
Classes in com.atlassian.jira.web.action.admin.resolutions that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.roles
Classes in com.atlassian.jira.web.action.admin.roles that implement I18nHelperModifier and TypeClassDescriptionclass
Abstract class for the Delete and editing of Project Rolesclass
Created by IntelliJ IDEA.class
class
class
This is the bulk edit for project roles given a user.class
GroupRoleActor action.class
Created by IntelliJ IDEA.class
Action for creating and editing UserRoleActorsclass
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.statuses
Classes in com.atlassian.jira.web.action.admin.statuses that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
ViewWorkflowsForStatus views a list of workflows for a given status.Constructors in com.atlassian.jira.web.action.admin.statuses with parameters of type I18nHelperModifierConstructorDescriptionViewStatuses
(TranslationManager translationManager, StatusService statusService, ConstantsService constantsService, I18nHelper i18nHelper, WorkflowManager workflowManager) Default constructor for depedency injection -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.subtasks
Classes in com.atlassian.jira.web.action.admin.subtasks that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.systemfields
Classes in com.atlassian.jira.web.action.admin.systemfields that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.task
Classes in com.atlassian.jira.web.action.admin.task that implement I18nHelperModifier and TypeClassDescriptionclass
Simply cleans up a task and then redirects to a given url -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.translation
Classes in com.atlassian.jira.web.action.admin.translation that implement I18nHelperMethods in com.atlassian.jira.web.action.admin.translation with parameters of type I18nHelperModifier and TypeMethodDescriptionTranslationManager.getIssueConstantTranslation
(IssueConstant issueConstant, boolean name, String locale, I18nHelper i18n) TranslationManagerImpl.getIssueConstantTranslation
(IssueConstant issueConstant, boolean name, String locale, I18nHelper i18n) Extract the desired string (name/description) from the specified issue constant. -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.trustedapps
Classes in com.atlassian.jira.web.action.admin.trustedapps that implement I18nHelperModifier and TypeClassDescriptionclass
As usual, actions beget lovely deep inheritance hierarchies as it is the ONLY convenient way to share code...class
Delete confirmation for a trusted applicationclass
Edit a Trusted Application's details.class
View the list of Trusted Applications in the system -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.user
Classes in com.atlassian.jira.web.action.admin.user that implement I18nHelperModifier and TypeClassDescriptionclass
Responsible for handling the requests to add a new JIRA User.class
A page to allow all rememember me cookies to be clearedclass
class
class
class
class
class
class
class
class
class
class
class
class
class
Resets the named users current failed login count.class
class
class
class
This represents a key:value pair property for a user.class
This action shows the remember me cookies that a user hasclass
class
Methods in com.atlassian.jira.web.action.admin.user that return I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.admin.workflow
Classes in com.atlassian.jira.web.action.admin.workflow that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
Copyright (c) 2002-2004 All rights reserved.class
class
class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
class
class
class
Used to query the user for condition's parameters if any and actually create the condition workflow descriptor.class
Used to query the user for function's parameters if any and actually create the function workflow descriptor.class
class
class
Used to query the user for validator's parameters if any and actually create the validator workflow descriptor.class
class
Webwork action used to create a draft workflow.class
class
class
class
class
class
Action to edit a workflows name and descriptionclass
Dispatcher in the form of an action that redirects requests to the appropriate URL for editing a workflow.class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
class
class
This webwork Action will do validation, and then display a confirmation screen to the user when they want to publish a draft workflow to become active.class
Created by IntelliJ IDEA.class
class
class
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.admin.workflow.scheme
Classes in com.atlassian.jira.web.action.admin.workflow.scheme that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.browser
Classes in com.atlassian.jira.web.action.browser that implement I18nHelperModifier and TypeClassDescriptionclass
Action for Browse Projectsclass
-
Uses of I18nHelper in com.atlassian.jira.web.action.favourites
Classes in com.atlassian.jira.web.action.favourites that implement I18nHelperModifier and TypeClassDescriptionclass
Allows the caller to add or remove a favourite. -
Uses of I18nHelper in com.atlassian.jira.web.action.filter
Classes in com.atlassian.jira.web.action.filter that implement I18nHelperModifier and TypeClassDescriptionclass
class
Action class for managing filters.class
class
Action for CRUD of a scheduled email subscription to search filter results.class
Action implementation for the Favourite Filters popup.class
Action implementation for the Filter Picker popup.class
Action class for managing filters.class
Action class for Managing Subscriptions. -
Uses of I18nHelper in com.atlassian.jira.web.action.func.service
Classes in com.atlassian.jira.web.action.func.service that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.history
Classes in com.atlassian.jira.web.action.history that implement I18nHelperModifier and TypeClassDescriptionclass
An action to show recent issue history. -
Uses of I18nHelper in com.atlassian.jira.web.action.issue
Classes in com.atlassian.jira.web.action.issue that implement I18nHelperModifier and TypeClassDescriptionclass
class
This class should be extended by any action that modifies issues and can have an associated comment.class
Abstract class for issue conversion Contains all do* methods and vast majority of logicclass
Base class for an issue link action.class
An abstract action that should be extended by any action which wants to 'select' an issueclass
class
class
class
class
class
Responsible for rendering the attach file form and converting temporary attachments to real attachments linked to an issue.class
Used by inline-file-attach.js to upload temporary attachments that can then be converted to real attachments lateron.class
class
class
This beautifully named action is in fact the Issue Transition screen.class
Main action for converting Issue to sub-task All do* methods inAbstractConvertIssue
class
Main action for converting Sub-tasks into Issues All do* methods inAbstractConvertIssue
class
class
class
class
class
This action creates a new worklogclass
class
class
class
class
class
This action deletes an existing worklogclass
class
class
class
Responsible for controlling the rendering of the Issue Picker control.class
Deprecated.Since v5.0.class
class
class
class
class
Step during the move issue wizard to migrate the issue types of sub-tasks whose issue type is not valid in the destination project.class
class
class
This action is used to present the user with a list of allowed bulk operations on the selected issuesclass
class
class
class
class
This is a simple error screen which displays a message about a session timeout.class
This action updates an existing worklogclass
class
class
Action to add or remove votes and watches to a particular issue.Methods in com.atlassian.jira.web.action.issue with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
IssueCreationHelperBean.validateCreateIssueFields
(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, IssueInputParameters issueInputParameters, I18nHelper i18n) Deprecated.void
IssueCreationHelperBeanImpl.validateCreateIssueFields
(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, IssueInputParameters issueInputParameters, I18nHelper i18n) protected void
IssueCreationHelperBeanImpl.validateCreateIssueFields
(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, Map<String, String[]> actionParams, boolean applyDefaults, boolean skipScreenCheck, I18nHelper i18n) void
IssueCreationHelperBean.validateIssueType
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.void
IssueCreationHelperBeanImpl.validateIssueType
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) void
IssueCreationHelperBean.validateLicense
(ApplicationUser remoteUSer, ErrorCollection errors, I18nHelper i18n) Deprecated.void
IssueCreationHelperBean.validateLicense
(ErrorCollection errors, I18nHelper i18n) Deprecated.Checks that the currently installed license has not expired and all relevant license limitations with respect to user or role counts have not been exceeded.void
IssueCreationHelperBeanImpl.validateLicense
(ApplicationUser remoteUser, ErrorCollection errors, I18nHelper i18n) void
IssueCreationHelperBeanImpl.validateLicense
(ErrorCollection errors, I18nHelper i18n) void
IssueCreationHelperBean.validateProject
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.void
IssueCreationHelperBeanImpl.validateProject
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) void
IssueCreationHelperBean.validateSummary
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.void
IssueCreationHelperBeanImpl.validateSummary
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.web.action.issue.bulkedit
Classes in com.atlassian.jira.web.action.issue.bulkedit that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
This action is used to present the user with a list of allowed bulk operations on the selected issues User: keithb Date: Dec 3, 2003 Time: 12:26:25 PM To change this template use Options | File Templates.class
This action is used to present the user with a list of allowed bulk operations on the selected issuesclass
class
class
class
class
class
class
class
class
Constructors in com.atlassian.jira.web.action.issue.bulkedit with parameters of type I18nHelperModifierConstructorDescriptionAbstractBulkOperationDetailsAction
(SearchService searchService, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper) AbstractBulkWatchOperationAction
(SearchService searchService, BulkOperationManager bulkOperationManager, PermissionManager permissionManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper) BulkArchive
(SearchService searchService, BulkOperationManager bulkOperationManager, PermissionManager permissionManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper, ArchivingLicenseCheck archivingLicenseCheck, HelpUrls helpUrls) BulkDelete
(SearchService searchService, BulkOperationManager bulkOperationManager, PermissionManager permissionManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper) BulkEdit
(SearchService searchService, BulkOperationManager bulkOperationManager, FieldManager fieldManager, IssueFactory issueFactory, PermissionManager permissionManager, FieldLayoutManager fieldLayoutManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper) BulkEditCallable
(org.apache.log4j.Logger log, I18nHelper i18nHelper, ProgressAwareBulkOperation bulkOperation, BulkEditBean bulkEditBean, ApplicationUser user) BulkMigrate
(SearchService searchService, BulkMoveOperation bulkMoveOperation, FieldManager fieldManager, WorkflowManager workflowManager, ConstantsManager constantsManager, IssueFactory issueFactory, BulkMigrateOperation bulkMigrateOperation, PermissionManager permissionManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService, IssueService issueService) BulkMove
(SearchService searchService, BulkMoveOperation bulkMoveOperation, FieldManager fieldManager, WorkflowManager workflowManager, ConstantsManager constantsManager, IssueFactory issueFactory, PermissionManager permissionManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper) BulkUnwatch
(TaskManager taskManager, SearchService searchService, BulkOperationManager bulkOperationManager, PermissionManager permissionManager, I18nHelper i18nHelper, BulkEditBeanSessionHelper bulkEditBeanSessionHelper) BulkWatch
(TaskManager taskManager, SearchService searchService, BulkOperationManager bulkOperationManager, PermissionManager permissionManager, I18nHelper i18nHelper, BulkEditBeanSessionHelper bulkEditBeanSessionHelper) BulkWorkflowTransition
(SearchService searchService, IssueWorkflowManager issueWorkflowManager, WorkflowManager workflowManager, IssueManager issueManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, JiraAuthenticationContext authenticationContext, FieldLayoutManager fieldLayoutManager, BulkWorkflowTransitionOperation bulkWorkflowTransitionOperation, PermissionManager permissionManager, ConstantsManager constantsManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.web.action.issue.enterprise
Classes in com.atlassian.jira.web.action.issue.enterprise that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.issue.util
Methods in com.atlassian.jira.web.action.issue.util with parameters of type I18nHelperModifier and TypeMethodDescriptionvoid
AttachmentHelper.validate
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, String formToken, Issue issue, Map<String, Object> fieldValuesHolder) Validates file upload parameters passed from request.void
DefaultAttachmentHelper.validate
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, String formToken, Issue issue, Map<String, Object> fieldValuesHolder) -
Uses of I18nHelper in com.atlassian.jira.web.action.monitoring
Classes in com.atlassian.jira.web.action.monitoring that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.popups
Classes in com.atlassian.jira.web.action.popups that implement I18nHelperModifier and TypeClassDescriptionclass
Provides contextual help for time tracking and log work fields. -
Uses of I18nHelper in com.atlassian.jira.web.action.project
Classes in com.atlassian.jira.web.action.project that implement I18nHelperModifier and TypeClassDescriptionclass
An abstract action useful for creating and editing projectsclass
Only used by Jellyclass
class
class
class
class
class
class
class
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.project.enterprise
Classes in com.atlassian.jira.web.action.project.enterprise that implement I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.action.projectcategory
Classes in com.atlassian.jira.web.action.projectcategory that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
-
Uses of I18nHelper in com.atlassian.jira.web.action.renderers.wiki
Classes in com.atlassian.jira.web.action.renderers.wiki that implement I18nHelperModifier and TypeClassDescriptionclass
A webwork action that controls the display of the wiki renderers help. -
Uses of I18nHelper in com.atlassian.jira.web.action.setup
Classes in com.atlassian.jira.web.action.setup that implement I18nHelperModifier and TypeClassDescriptionclass
class
class
class
class
This setup step is used to complete setup.class
Action for configuring a database connection for JIRA and testing that it works.class
class
class
class
This setup step is used to setup the MailListenerConstructors in com.atlassian.jira.web.action.setup with parameters of type I18nHelperModifierConstructorDescriptionDataImportAsyncCommand
(com.atlassian.johnson.JohnsonEventContainer eventCont, DataImportService dataImportService, ApplicationUser loggedInUser, DataImportService.ImportValidationResult validationResult, com.atlassian.johnson.event.Event johnsonEvent, VelocityRequestContext velocityRequestContext, javax.servlet.http.HttpSession session, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.web.action.user
Classes in com.atlassian.jira.web.action.user that implement I18nHelperModifier and TypeClassDescriptionclass
Action to add a new Portal Page to JIRA.class
class
Clears the remember me cookies for the current userclass
This action is the place we manage Portal Pages, aka Dashboard pages fromclass
class
Action for deletingPortalPage
objects.class
Updates a User's DarkFeatures by adding or removing them.class
Used to edit the name of a portal page.class
class
class
class
class
Handles the requests to reset a password for a specific user.class
Action to restore the default dashboard.class
class
class
class
Displays the contents of the user hover dialog.class
-
Uses of I18nHelper in com.atlassian.jira.web.action.util
Classes in com.atlassian.jira.web.action.util that implement I18nHelperModifier and TypeClassDescriptionclass
Displays the About page with licensing information.class
class
class
Needed to cleanup the webwork ActionContext to avoid it from throwing thread corrupted errors.class
Used to Show the local instances Contants (Issue types, priorities etc)class
Action that renders help dialog about terminology featureclass
Displays a help screen showing all the available keyboard shortcuts and descriptions telling users what a particular shortcut will do.class
Methods in com.atlassian.jira.web.action.util that return I18nHelperMethods in com.atlassian.jira.web.action.util with parameters of type I18nHelperModifier and TypeMethodDescriptionboolean
DefaultImportResultHandler.handleErrorResult
(DataImportService.ImportResult importResult, I18nHelper i18n, ErrorCollection errorCollection) boolean
ImportResultHandler.handleErrorResult
(DataImportService.ImportResult importResult, I18nHelper i18n, ErrorCollection errorCollection) Given an import result this method will take the appropriate actions to deal with errors such as throwing up JohnsonEvents or populating the passed in errorcollection with the appropriate errors. -
Uses of I18nHelper in com.atlassian.jira.web.action.util.sharing
Methods in com.atlassian.jira.web.action.util.sharing with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic void
SharedEntitySearchAction.QueryValidator.validate
(SharedEntitySearchParameters searchParameters, ErrorCollection errorCollection, I18nHelper i18nHelper) -
Uses of I18nHelper in com.atlassian.jira.web.action.version
Classes in com.atlassian.jira.web.action.version that implement I18nHelperModifier and TypeClassDescriptionclass
Provides simple JIRA version information and also demonstrates how use soy templates from a JIRA core action -
Uses of I18nHelper in com.atlassian.jira.web.action.workflow
Classes in com.atlassian.jira.web.action.workflow that implement I18nHelperModifier and TypeClassDescriptionclass
This action handles workflow action without screens (WorkflowUIDispatcher redirects to this action).class
A simple action to look at the incoming action + issue ID combination, and redirect to the correct web action. -
Uses of I18nHelper in com.atlassian.jira.web.bean
Classes in com.atlassian.jira.web.bean that implement I18nHelperModifier and TypeClassDescriptionclass
The standard implementation ofI18nHelper
.class
Mock I18nBean to get around the problem of having to lookup a default locale via applicationProperties via the DB.Methods in com.atlassian.jira.web.bean that return I18nHelperModifier and TypeMethodDescriptionTimeTrackingGraphBean.Parameters.getI18nHelper()
MockI18nBean.MockI18nBeanFactory.getInstance
(ApplicationUser user) MockI18nBean.MockI18nBeanFactory.getInstance
(Locale locale) Methods in com.atlassian.jira.web.bean with parameters of type I18nHelperModifier and TypeMethodDescriptionTimeTrackingGraphBeanFactory.createBean
(Issue issue, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper) TimeTrackingGraphBeanFactory.createBean
(AggregateTimeTrackingBean aggregateBean, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper) TimeTrackingGraphBeanFactoryImpl.createBean
(Issue issue, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper) TimeTrackingGraphBeanFactoryImpl.createBean
(AggregateTimeTrackingBean aggregateBean, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper) Constructors in com.atlassian.jira.web.bean with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.component.cron
Methods in com.atlassian.jira.web.component.cron with parameters of type I18nHelperModifier and TypeMethodDescriptionCronEditorWebComponent.getHtml
(CronEditorBean cronEditorBean, I18nHelper i18n, String paramPrefix, String errorMessage) Will produce HTML inputs for selecting a time period that will be represented by a cron string. -
Uses of I18nHelper in com.atlassian.jira.web.component.cron.generator
Constructors in com.atlassian.jira.web.component.cron.generator with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.web.component.multigrouppicker
Methods in com.atlassian.jira.web.component.multigrouppicker with parameters of type I18nHelperModifier and TypeMethodDescriptionGroupPickerWebComponent.getHtml
(PickerLayoutBean layoutBean, Collection currentGroups, boolean canEdit, Long id, Map startingParams, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.web.component.subtask
Constructors in com.atlassian.jira.web.component.subtask with parameters of type I18nHelperModifierConstructorDescriptionSubTaskReorderColumnLayoutItem
(PermissionManager permissionManager, ApplicationUser user, VelocityTemplatingEngine templatingEngine, SubTaskBean subTaskBean, String subTaskView, String contextPath, Issue parentIssue, I18nHelper i18n) -
Uses of I18nHelper in com.atlassian.jira.web.util
Methods in com.atlassian.jira.web.util with parameters of type I18nHelperModifier and TypeMethodDescriptionstatic String
AttachmentExceptionMessages.get
(AttachmentException e, I18nHelper localisedMessages) JiraLocaleUtils.getInstalledLocalesWithDefault
(Locale defaultLocale, I18nHelper helper) Deprecated.Constructors in com.atlassian.jira.web.util with parameters of type I18nHelperModifierConstructorDescriptionInternalServerErrorDataSource
(I18nHelper i18n, ExtendedSystemInfoUtils extendedSystemInfoUtils, javax.servlet.ServletContext servletContext, LocaleManager localeManager, javax.servlet.http.HttpServletRequest req) -
Uses of I18nHelper in com.atlassian.jira.workflow.edit
Constructors in com.atlassian.jira.workflow.edit with parameters of type I18nHelperModifierConstructorDescriptionTransitionOptionsImpl
(WorkflowTransitionTabProvider tabProvider, I18nHelper i18nHelper, JiraAuthenticationContext jiraAuthenticationContext, WorkflowService workflowService) -
Uses of I18nHelper in com.atlassian.jira.workflow.edit.utilities
Constructors in com.atlassian.jira.workflow.edit.utilities with parameters of type I18nHelper -
Uses of I18nHelper in com.atlassian.jira.workflow.migration
Fields in com.atlassian.jira.workflow.migration declared as I18nHelperModifier and TypeFieldDescriptionprotected final I18nHelper
AbstractWorkflowSchemeMigrationHelper.i18nHelper
JiraLicenseService.validate(com.atlassian.application.api.ApplicationKey, java.lang.String, com.atlassian.jira.util.I18nHelper)