Constructor and Description |
---|
AnnouncementBanner(JiraAuthenticationContext jiraAuthenticationContext,
ApplicationProperties applicationProperties,
RendererManager rendererManager,
JiraVelocityManager jiraVelocityManager,
JiraAuthenticationContext authenticationContext,
I18nHelper.BeanFactory i18nFactory,
RenderablePropertyFactory renderablePropertyFactory) |
RenderablePropertyFactory(ApplicationProperties applicationProperties,
com.atlassian.velocity.VelocityManager jiraVelocityManager,
RendererManager rendererManager) |
Modifier and Type | Method and Description |
---|---|
static RendererManager |
ComponentAccessor.getRendererManager()
Retrieves the RendererManager component.
|
Constructor and Description |
---|
FieldConfigurationBackdoorExt(FieldLayoutManager fieldLayoutManager,
CustomFieldManager customFieldManager,
ProjectManager projectManager,
FieldConfigSchemeManager fieldConfigSchemeManager,
RendererManager rendererManager,
JiraAuthenticationContext authenticationContext) |
Constructor and Description |
---|
FieldDescriptionHelper(RendererManager rendererManager,
ApplicationProperties applicationProperties) |
Constructor and Description |
---|
DefaultEditorMarkupService(RendererManager rendererManager,
I18nHelper i18n) |
Constructor and Description |
---|
DefaultCommentBeanFactory(ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
JiraBaseUrls jiraBaseUrls,
FieldLayoutManager fieldLayoutManager) |
Modifier and Type | Method and Description |
---|---|
static CommentJsonBean |
CommentJsonBean.expandedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand)
|
static CommentJsonBean |
CommentJsonBean.expandedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static Collection<CommentJsonBean> |
CommentJsonBean.expandedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand)
|
static Collection<CommentJsonBean> |
CommentJsonBean.expandedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
String expand,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static CommentJsonBean |
CommentJsonBean.renderedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext)
|
static CommentJsonBean |
CommentJsonBean.renderedShortBean(Comment comment,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static Collection<CommentJsonBean> |
CommentJsonBean.renderedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext)
|
static Collection<CommentJsonBean> |
CommentJsonBean.renderedShortBeans(Collection<Comment> comments,
JiraBaseUrls urls,
ProjectRoleManager projectRoleManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
String rendererType,
IssueRenderContext renderContext,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRendererManager
The default implementation of a RendererManager.
|
Constructor and Description |
---|
CommentAction(IssueTabPanelModuleDescriptor descriptor,
Comment comment,
boolean canEditComment,
boolean canDeleteComment,
boolean canReact,
boolean commentReactionsEnabled,
boolean isHeader,
boolean isCollapsed,
boolean isPinned,
boolean canPin,
String pinnedBy,
Date pinnedAt,
RendererManager rendererManager,
FieldLayoutManager fieldLayoutManager,
DateTimeFormatter dateTimeFormatter,
CommentFieldRenderer commentFieldRenderer,
CommentPropertyService commentPropertyService,
JiraAuthenticationContext jiraAuthenticationContext) |
CommentTabPanel(CommentManager commentManager,
CommentPinManager commentPinManager,
CommentService commentService,
CommentPermissionManager commentPermissionManager,
CommentReactionsEnabledService commentReactionsEnabledService,
IssueManager issueManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
DateTimeFormatter dateTimeFormatter,
CommentFieldRenderer commentFieldRenderer,
CommentPropertyService commentPropertyService,
JiraAuthenticationContext jiraAuthenticationContext) |
WorklogAction(IssueTabPanelModuleDescriptor descriptor,
Worklog worklog,
JiraDurationUtils jiraDurationUtils,
boolean canEditWorklog,
boolean canDeleteWorklog,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
Locale locale,
UserFormats userFormats,
DateTimeFormatter dateTimeFormatter) |
WorklogTabPanel(WorklogService worklogService,
JiraDurationUtils jiraDurationUtils,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
ApplicationProperties applicationProperties,
FieldVisibilityManager fieldVisibilityManager,
UserFormats userFormats,
DateTimeFormatter formatter) |
Constructor and Description |
---|
SearchRequestRecentCommentsView(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
RendererManager rendererManager,
RecentCommentManager recentCommentManager,
BuildUtilsInfo buildUtilsInfo) |
Constructor and Description |
---|
DefaultIssueViewUtil(IssueLinkManager issueLinkManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
JiraDurationUtils jiraDurationUtils,
AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory,
TimeTrackingGraphBeanFactory timeTrackingGraphBeanFactory) |
Constructor and Description |
---|
EditLookAndFeel(UserSearchService searchService,
I18nHelper.BeanFactory i18nBeanFactory,
LocaleManager localeManager,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
TimeZoneService timeZoneService,
RendererManager rendererManager,
LookAndFeelProperties lookAndFeelProperties,
com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory,
VelocityRequestContextFactory requestContextFactory,
UploadService uploadService,
FeatureManager featureManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
IntroductionProperty introduction,
com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
AutoLookAndFeelManager autoLookAndFeelManager,
JiraLicenseService jiraLicenseService,
ImageDescriptorFactory imageDescriptorFactory,
UrlAutocomplete urlAutocomplete,
DCFeatureLicenseChecker licenseChecker) |
Constructor and Description |
---|
DefaultTemplateContextFactory(TemplateIssueFactory templateIssueFactory,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
JiraDurationUtils jiraDurationUtils,
EventTypeManager eventTypeManager,
UserManager userManager,
DiffViewRenderer diffViewRenderer,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
I18nHelper.BeanFactory beanFactory,
ApplicationProperties applicationProperties,
HistoryMetadataManager historyMetadataManager,
HistoryMetadataRenderHelper historyMetadataRenderHelper,
DateTimeFormatterFactory dateTimeFormatterFactory) |
DefaultTemplateIssueFactory(FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
CustomFieldManager customFieldManager,
JiraDurationUtils jiraDurationUtils,
AggregateTimeTrackingCalculatorFactory timeTrackingCalculatorFactory) |
IssueTemplateContext(Locale locale,
IssueEvent issueEvent,
TemplateIssueFactory templateIssueFactory,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
UserManager userManager,
JiraDurationUtils jiraDurationUtils,
EventTypeManager eventTypeManager,
DiffViewRenderer diffViewRenderer,
com.atlassian.plugin.webresource.WebResourceUrlProvider resourceUrlProvider,
ApplicationProperties applicationProperties,
I18nHelper.BeanFactory beanFactory,
HistoryMetadataManager historyMetadataManager,
HistoryMetadataRenderHelper historyMetadataRenderHelper,
DateTimeFormatterFactory dateTimeFormatterFactory) |
MentionMailQueueItem(ApplicationUser from,
NotificationRecipient recipient,
Map<String,Object> context,
IssueRenderContext issueRenderContext,
RendererManager rendererManager,
com.atlassian.mail.queue.MailQueue mailQueue) |
TemplateIssue(Issue issue,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
CustomFieldManager customFieldManager,
JiraDurationUtils jiraDurationUtils,
AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory) |
Constructor and Description |
---|
EmailMentionedUsers(com.atlassian.mail.queue.MailQueue mailQueue,
RendererManager rendererManager,
com.atlassian.mail.server.MailServerManager mailServerManager) |
Modifier and Type | Class and Description |
---|---|
class |
MockRendererManager |
Constructor and Description |
---|
CustomFieldTypeModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
RendererManager rendererManager,
com.atlassian.plugin.module.ModuleFactory moduleFactory,
CustomFieldDefaultVelocityParams customFieldDefaultVelocityParams) |
Constructor and Description |
---|
DescriptionBlockContextProvider(FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
FieldScreenRendererFactory fieldScreenRendererFactory,
IssueManager issueManager) |
Constructor and Description |
---|
ProjectDescriptionRendererImpl(RendererManager rendererManager,
ApplicationProperties applicationProperties) |
WikiMarkupProjectDescriptionRenderer(RendererManager rendererManager) |
Constructor and Description |
---|
ProjectFieldsContextProvider(ContextProviderUtils contextProviderUtils,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
JiraAuthenticationContext jiraAuthenticationContext,
FieldScreenManager fieldScreenManager,
ProjectFieldLayoutSchemeHelper projectFieldLayoutSchemeHelper,
IssueTypeSchemeManager issueTypeSchemeManager,
OrderFactory orderFactory,
ManagedConfigurationItemService managedConfigurationItemService) |
Constructor and Description |
---|
RenderersResource(RendererManager rendererManager,
IssueManager issueManager,
ProjectManager projectManager,
IssueFactory issueFactory,
ConstantsManager constantsManager,
JiraAuthenticationContext jiraAuthenticationContext,
PermissionManager permissionManager,
FeatureManager featureManager,
IssueSecuritySchemeManager issueSecuritySchemeManager,
I18nHelper.BeanFactory i18nHelperBeanFactory) |
Constructor and Description |
---|
CommentResource(CommentService commentService,
JiraAuthenticationContext authContext,
I18nHelper i18n,
ProjectRoleManager projectRoleManager,
JiraBaseUrls jiraBaseUrls,
IssueFinder issueFinder,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
FieldLayoutManager fieldLayoutManager,
EmailFormatter emailFormatter) |
Modifier and Type | Field and Description |
---|---|
protected RendererManager |
ViewApplicationProperties.rendererManager |
Constructor and Description |
---|
EditApplicationProperties(UserSearchService searchService,
ReindexMessageManager reindexMessageManager,
LocaleManager localeManager,
TimeZoneService timeZoneManager,
RendererManager rendererManager,
FieldManager fieldManager,
org.ofbiz.core.entity.DelegatorInterface genericDelegator,
com.atlassian.plugin.PluginAccessor pluginAccessor,
GzipCompression gzipCompression,
IssueManager issueManager,
FeatureManager featureManager,
IntroductionProperty introductionProperty,
ProjectService projectService,
JiraLicenseService jiraLicenseService,
IndexingLanguageSetting indexingLanguageSetting,
DCFeatureLicenseChecker licenseChecker) |
ViewApplicationProperties(UserSearchService searchService,
LocaleManager localeManager,
TimeZoneService timeZoneService,
RendererManager rendererManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
GzipCompression gZipCompression,
FeatureManager featureManager,
IntroductionProperty introductionProperty,
JiraLicenseService jiraLicenseService,
DCFeatureLicenseChecker licenseChecker) |
Modifier and Type | Method and Description |
---|---|
RendererManager |
AbstractConfigureFieldLayout.getRendererManager() |
Constructor and Description |
---|
ConfigureFieldLayout(FieldScreenManager fieldScreenManager,
RendererManager rendererManager,
ReindexMessageManager reindexMessageManager,
FieldManager fieldManager,
FieldLayoutManager fieldLayoutManager,
FieldLayoutSchemeHelper fieldLayoutSchemeHelper,
HackyFieldRendererRegistry hackyFieldRendererRegistry,
ProjectFieldLayoutSchemeHelper helper,
ManagedConfigurationItemService managedConfigurationItemService) |
Modifier and Type | Field and Description |
---|---|
protected RendererManager |
AbstractConvertIssue.rendererManager |
Constructor and Description |
---|
AbstractConvertIssue(IssueConversionService service,
IssueManager issueManager,
FieldLayoutManager fieldLayoutManager,
ConstantsManager constantsManager,
WorkflowManager workflowManager,
RendererManager rendererManager,
IssueFactory issueFactory,
PermissionManager permissionManager) |
AbstractWorklogAction(WorklogService worklogService,
CommentService commentService,
ProjectRoleManager projectRoleManager,
JiraDurationUtils jiraDurationUtils,
FieldVisibilityManager fieldVisibilityManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
UserUtil userUtil,
DateTimeFormatterFactory dateTimeFormatterFactory,
SubTaskManager subTaskManager,
FieldScreenRendererFactory fieldScreenRendererFactory,
FieldManager fieldManager,
AttachmentHelper attachmentHelper,
MentionService mentionService,
JiraLicenseService jiraLicenseService) |
ConvertIssueToSubTask(IssueToSubTaskConversionService service,
IssueManager issueManager,
ConstantsManager constantsManager,
WorkflowManager workflowManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
PermissionManager permissionManager,
IssueTypeSchemeManager issueTypeSchemeManager,
IssueFactory issueFactory) |
ConvertSubTaskToIssue(SubTaskToIssueConversionService service,
IssueManager issueManager,
IssueTypeSchemeManager issueTypeSchemeManager,
FieldLayoutManager fieldLayoutManager,
ConstantsManager constantsManager,
WorkflowManager workflowManager,
RendererManager rendererManager,
IssueFactory issueFactory,
PermissionManager permissionManager) |
CreateWorklog(WorklogService worklogService,
CommentService commentService,
ProjectRoleManager projectRoleManager,
JiraDurationUtils jiraDurationUtils,
DateTimeFormatterFactory dateTimeFormatterFactory,
FieldVisibilityManager fieldVisibilityManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
UserUtil userUtil,
FieldScreenRendererFactory fieldScreenRendererFactory,
FieldManager fieldManager,
SubTaskManager subTaskManager,
AttachmentHelper attachmentHelper,
MentionService mentionService,
JiraLicenseService jiraLicenseService) |
DeleteWorklog(WorklogService worklogService,
CommentService commentService,
ProjectRoleManager projectRoleManager,
JiraDurationUtils jiraDurationUtils,
DateTimeFormatterFactory dateTimeFormatterFactory,
FieldVisibilityManager fieldVisibilityManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
WorklogManager worklogManager,
UserUtil userUtil,
SubTaskManager subTaskManager,
FieldScreenRendererFactory fieldScreenRendererFactory,
FieldManager fieldManager,
AttachmentHelper attachmentHelper,
MentionService mentionService,
JiraLicenseService jiraLicenseService) |
UpdateWorklog(WorklogService worklogService,
CommentService commentService,
ProjectRoleManager projectRoleManager,
JiraDurationUtils jiraDurationUtils,
DateTimeFormatterFactory dateTimeFormatterFactory,
FieldVisibilityManager fieldVisibilityManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
UserUtil userUtil,
SubTaskManager subTaskManager,
FieldScreenRendererFactory fieldScreenRendererFactory,
FieldManager fieldManager,
AttachmentHelper attachmentHelper,
MentionService mentionService,
JiraLicenseService jiraLicenseService) |
Constructor and Description |
---|
ContactAdministrators(RendererManager rendererManager,
com.atlassian.mail.queue.MailQueue mailQueue,
UserUtil userUtil,
UserPropertyManager userPropertyManager,
JiraContactHelper jiraContactHelper) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.