Constructor and Description |
---|
SystemAuditEventHandlerImpl(I18nHelper i18nHelper,
OutlookDateManager outlookDateManager,
DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
DefaultReindexMessageManager(JiraPropertySetFactory jiraPropertySetFactory,
UserKeyService userKeyService,
UserFormats userFormats,
I18nHelper.BeanFactory i18nFactory,
VelocityRequestContextFactory velocityRequestContextFactory,
GlobalPermissionManager globalPermissionManager,
TaskManager taskManager,
com.atlassian.cache.CacheManager cacheManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
FlagDismissalService flagDismissalService,
DateTimeFormatterFactory dateTimeFormatterFactory,
HelpUrls helpUrls) |
Modifier and Type | Method and Description |
---|---|
DateTimeFormatter |
DateTimeFormatterProvider.provide(DateTimeFormatterFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeFormatterFactoryImpl
This class is responsible for providing DateTimeFormatter instances to JIRA and plugin code.
|
class |
DateTimeFormatterFactoryStub
Stub for DateTimeFormatterFactory, useful for unit tests.
|
Constructor and Description |
---|
DateTimePickerConverter(DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
DateCFType(CustomFieldValuePersister customFieldValuePersister,
DatePickerConverter dateConverter,
GenericConfigManager genericConfigManager,
DateTimeFieldChangeLogHelper dateTimeFieldChangeLogHelper,
DateFieldFormat dateFieldFormat,
DateTimeFormatterFactory dateTimeFormatterFactory) |
DateTimeCFType(CustomFieldValuePersister customFieldValuePersister,
GenericConfigManager genericConfigManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
JiraAuthenticationContext jiraAuthenticationContext,
ApplicationProperties applicationProperties,
DateTimeFieldChangeLogHelper dateTimeFieldChangeLogHelper) |
Constructor and Description |
---|
WorklogRestFieldOperationsHandler(DateTimeFormatterFactory dateTimeFormatterFactory,
ProjectRoleManager projectRoleManager,
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) |
static AttachmentRenderedJsonBean |
AttachmentRenderedJsonBean.shortBean(Attachment attachment,
JiraBaseUrls urls,
ThumbnailManager thumbnailManager,
DateTimeFormatterFactory dateTimeFormatterFactory)
|
static AttachmentRenderedJsonBean |
AttachmentRenderedJsonBean.shortBean(Attachment attachment,
JiraBaseUrls urls,
ThumbnailManager thumbnailManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
static Collection<AttachmentRenderedJsonBean> |
AttachmentRenderedJsonBean.shortBeans(Collection<Attachment> attachments,
JiraBaseUrls urls,
ThumbnailManager thumbnailManager,
DateTimeFormatterFactory dateTimeFormatterFactory)
|
static Collection<AttachmentRenderedJsonBean> |
AttachmentRenderedJsonBean.shortBeans(Collection<Attachment> attachments,
JiraBaseUrls urls,
ThumbnailManager thumbnailManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter) |
Constructor and Description |
---|
DateTimeFieldChangeLogHelperImpl(DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
IssuePropertySearchExtractor(JsonEntityPropertyManager jsonEntityPropertyManager,
PluginIndexConfigurationManager entityPropertyIndexDocumentManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
SearchExtractorRegistrationManager searchExtractorRegistrationManager,
DoubleConverter doubleConverter) |
Constructor and Description |
---|
CreatedQuickSearchHandler(DateTimeFormatterFactory dateTimeFormatterFactory) |
DateQuickSearchHandler(DateTimeFormatterFactory dateTimeFormatterFactory) |
UpdatedQuickSearchHandler(DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
DateSearchInputTransformer(boolean allowTimeComponent,
DateSearcherConfig config,
DateConverter dateConverter,
DateTimeConverter dateTimeConverter,
JqlOperandResolver operandResolver,
JqlDateSupport jqlDateSupport,
CustomFieldInputHelper customFieldInputHelper,
TimeZoneManager timeZoneManager,
DateTimeFormatterFactory dateTimeFormatterFactory) |
RelativeDateSearcherInputTransformer(DateSearcherConfig config,
JqlOperandResolver operandResolver,
JqlLocalDateSupport jqlLocalDateSupport,
CustomFieldInputHelper customFieldInputHelper,
DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
RelativeDateSearcherInputHelper(DateSearcherConfig config,
JqlOperandResolver operandResolver,
JqlLocalDateSupport jqlLocalDateSupport,
DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
DefaultQueryCreator(ProjectManager projectManager,
ConstantsManager constantsManager,
VersionManager versionManager,
PermissionManager permissionManager,
JiraAuthenticationContext authenticationContext,
ProjectComponentManager projectComponentManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
TimeZoneManager timeZoneManager,
ApplicationProperties applicationProperties) |
Constructor and Description |
---|
ChangeHistoryTabPanel(ChangeHistoryManager changeHistoryManager,
AttachmentManager attachmentManager,
JiraDurationUtils jiraDurationUtils,
CustomFieldManager customFieldManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
DateTimeFieldChangeLogHelper changeLogHelper,
UserFormatManager userFormatManager,
I18nHelper i18nHelper,
JiraAuthenticationContext authenticationContext,
AvatarService avatarService,
HistoryMetadataManager historyMetadataManager,
HistoryMetadataRenderHelper historyMetadataRenderHelper) |
Constructor and Description |
---|
IssueXMLView(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
FieldLayoutManager fieldLayoutManager,
CommentManager commentManager,
IssueViewUtil issueViewUtil,
AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory,
BuildUtilsInfo buildUtilsInfo,
DateTimeFormatterFactory dateTimeFormatterFactory,
FieldVisibilityManager fieldVisibilityManager) |
Constructor and Description |
---|
DefaultSearchRequestURLHandler(com.atlassian.plugin.PluginAccessor pluginAccessor,
JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
I18nHelper.BeanFactory i18nBean,
Authorizer requestAuthorizer,
SearchProvider searchProvider,
IssueViewRequestParamsHelper issueViewRequestParamsHelper,
SearchService searchService,
JqlStringSupport jqlStringSupport,
BuildUtilsInfo buildUtilsInfo,
DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
DateBlockContextProvider(FieldVisibilityManager fieldVisibilityManager,
JiraAuthenticationContext authenticationContext,
DateTimeFormatterFactory dateTimeFormatterFactory,
FieldScreenRendererFactory fieldScreenRendererFactory,
DateFieldFormat dateFieldFormat) |
Constructor and Description |
---|
CommentResource(CommentService commentService,
JiraAuthenticationContext authContext,
I18nHelper i18n,
ProjectRoleManager projectRoleManager,
JiraBaseUrls jiraBaseUrls,
IssueFinder issueFinder,
DateTimeFormatterFactory dateTimeFormatterFactory,
RendererManager rendererManager,
FieldLayoutManager fieldLayoutManager,
EmailFormatter emailFormatter) |
Constructor and Description |
---|
DateFieldFormatImpl(DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
ViewUserHover(UserManager userManager,
EmailFormatter emailFormatter,
SearchService searchService,
PermissionManager permissionManager,
SimpleLinkManager simpleLinkManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
TimeZoneService timeZoneService,
AvatarService avatarService) |
Constructor and Description |
---|
Factory(JiraAuthenticationContext ctx,
DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
OutlookDate(Locale locale,
ApplicationProperties applicationProperties,
I18nHelper.BeanFactory i18nHelperFactory,
DateTimeFormatterFactory dateTimeFormatterFactory) |
OutlookDateManagerImpl(ApplicationProperties applicationProperties,
I18nHelper.BeanFactory i18nHelperFactory,
DateTimeFormatterFactory dateTimeFormatterFactory) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.