| Constructor and Description |
|---|
ReindexingAuditHandlerImpl(com.atlassian.audit.api.AuditService auditService,
JiraDurationUtils durationUtils,
DateTimeFormatter dateTimeFormatter) |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatter |
DateTimeFormatterProvider.provide(DateTimeFormatterFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatter |
DateTimeFormatter.forLoggedInUser()
Returns a new formatter that will use the time zone and locale of the user that is logged in when format and/or
parse are called, if any (as specified by
JiraAuthenticationContext). |
DateTimeFormatter |
DateTimeFormatterFactoryStub.formatter() |
DateTimeFormatter |
DateTimeFormatterFactoryImpl.formatter() |
DateTimeFormatter |
DateTimeFormatterFactory.formatter()
Creates a new DateTimeFormatter that uses the JIRA default time zone, locale, and
relative date style. |
DateTimeFormatter |
DateTimeFormatter.forUser(ApplicationUser user)
Returns a new formatter that will use the given user's time zone and locale.
|
DateTimeFormatter |
DateTimeFormatter.withDefaultLocale()
Returns a new formatter that will use the JIRA default locale to format and parse dates.
|
DateTimeFormatter |
DateTimeFormatter.withDefaultZone()
Returns a new formatter that will use the JIRA default time zone to format and parse dates.
|
DateTimeFormatter |
DateTimeFormatter.withLocale(Locale locale)
Specifies the Locale to use when formatting dates.
|
DateTimeFormatter |
DateTimeFormatter.withStyle(DateTimeStyle style)
Specifies the style to use when formatting dates.
|
DateTimeFormatter |
DateTimeFormatter.withStyle(String style)
Specifies the style to use when formatting dates.
|
DateTimeFormatter |
DateTimeFormatter.withSystemZone()
Returns a new formatter that will use the system time zone to format and parse dates.
|
DateTimeFormatter |
DateTimeFormatter.withZone(TimeZone timeZone)
Returns a new formatter that will use the specified zone instead of the JIRA default time zone.
|
| Constructor and Description |
|---|
DateTimeVelocityUtils(DateTimeFormatter dateTimeFormatter)
Creates a new DateTimeFormats instance that will format date/time instances in the time zone of the passed-in
DateTimeFormatter.
|
DateVelocityUtils(DateTimeFormatter dateTimeFormatter) |
| Constructor and Description |
|---|
RoadMapResource(JiraAuthenticationContext authCtx,
PermissionManager permissionManager,
InternalProjectPermissionHelper projectPermissionHelper,
ProjectManager projectManager,
VersionManager versionManager,
SearchService searchService,
MauEventService mauEventService,
VelocityRequestContextFactory velocityRequestContextFactory,
DateTimeFormatter dateTimeFormatter,
ApplicationProperties applicationProperties) |
| Constructor and Description |
|---|
DateTimeConverterImpl(DateTimeFormatter dateTimeFormatter) |
| Constructor and Description |
|---|
DateTimeCustomFieldOperationsHandler(CustomField field,
DateTimeFormatter dateTimeFormatter,
I18nHelper i18nHelper) |
| Constructor and Description |
|---|
AttachmentViewDtoConverterImpl(ThumbnailManager thumbnailManager,
JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
AttachmentIndexManager attachmentIndexManager,
IssueManager issueManager,
PermissionManager permissionManager,
DateTimeFormatter dateTimeFormatter,
UserManager userManager) |
| Modifier and Type | Method and Description |
|---|---|
protected DateTimeFormatter |
CommentAction.dateTimeFormatter()
Returns a DateTimeFormatter for the logged in user.
|
| Constructor and Description |
|---|
ChangeHistoryAction(IssueTabPanelModuleDescriptor descriptor,
ChangeHistory changeHistory,
boolean showHeader,
AttachmentManager attachmentManager,
JiraDurationUtils jiraDurationUtils,
CustomFieldManager customFieldManager,
DateTimeFormatter formatter,
Issue issue,
DateTimeFieldChangeLogHelper changeLogHelper,
HistoryMetadata historyMetadata,
HistoryMetadataRenderHelper historyMetadataRenderHelper,
ChangeHistoryUsernameResolver changeHistoryUsernameResolver) |
CommentAction(IssueTabPanelModuleDescriptor descriptor,
Comment comment,
boolean canEditComment,
boolean canDeleteComment,
boolean canReact,
boolean commentReactionsEnabled,
boolean isCollapsed,
RendererManager rendererManager,
FieldLayoutManager fieldLayoutManager,
DateTimeFormatter dateTimeFormatter,
CommentFieldRenderer commentFieldRenderer,
CommentPropertyService commentPropertyService,
JiraAuthenticationContext jiraAuthenticationContext) |
CommentTabPanel(CommentManager commentManager,
CommentService commentService,
CommentPermissionManager commentPermissionManager,
CommentReactionsEnabledService commentReactionsEnabledService,
IssueManager issueManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
DateTimeFormatter dateTimeFormatter,
CommentFieldRenderer commentFieldRenderer,
CommentPropertyService commentPropertyService,
JiraAuthenticationContext jiraAuthenticationContext) |
IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor,
DateTimeFormatter formatter,
UserFormatManager userFormatManager,
I18nHelper i18nHelper,
AvatarService avatarService,
JiraAuthenticationContext authenticationContext,
Issue issue) |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected DateTimeFormatter |
AbstractSearchRequestExcelView.dateTimeFormatter |
| Constructor and Description |
|---|
AbstractSearchRequestExcelView(JiraAuthenticationContext authenticationContext,
SearchService searchService,
ApplicationProperties appProperties,
TableLayoutFactory tableLayoutFactory,
SearchRequestViewBodyWriterUtil searchRequestViewBodyWriterUtil,
DateTimeFormatter dateTimeFormatter) |
SearchRequestExcelViewAllFields(JiraAuthenticationContext authenticationContext,
SearchService searchService,
ApplicationProperties appProperties,
TableLayoutFactory tableLayoutFactory,
SearchRequestViewBodyWriterUtil searchRequestViewBodyWriterUtil,
DateTimeFormatter dateTimeFormatter) |
SearchRequestExcelViewCurrentFields(JiraAuthenticationContext authenticationContext,
SearchService searchService,
ApplicationProperties appProperties,
TableLayoutFactory tableLayoutFactory,
SearchRequestViewBodyWriterUtil searchRequestViewBodyWriterUtil,
DateTimeFormatter dateTimeFormatter) |
| Constructor and Description |
|---|
DefaultSearchRequestHeader(IssueSearcherManager issueSearcherManager,
ApplicationProperties applicationProperties,
JiraAuthenticationContext authenticationContext,
SearchSortUtil searchSortUtil,
SearchService searchService,
DateTimeFormatter dateTimeFormatter) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultLicenseDetails.getPurchaseDate(DateTimeFormatter dateTimeFormatter) |
default String |
LicenseDetails.getPurchaseDate(DateTimeFormatter dateTimeFormatter)
Gets a nicely formatted purchase date for the current license
|
| Constructor and Description |
|---|
BuildVersionLicenseCheckImpl(JiraLicenseManager licenseManager,
BuildUtilsInfo buildUtilsInfo,
I18nHelper i18n,
DateTimeFormatter dateTimeFormatter,
LicenseMaintenancePredicate isMaintenanceValid) |
LicenseDetailsFactoryImpl(ApplicationProperties applicationProperties,
ExternalLinkUtil externalLinkUtil,
BuildUtilsInfo buildUtilsInfo,
I18nHelper.BeanFactory i18Factory,
DateTimeFormatter dateTimeFormatter,
com.atlassian.core.util.Clock clock) |
SubscriptionLicenseDetails(JiraProductLicense license,
String licenseString,
ApplicationProperties applicationProperties,
ExternalLinkUtil externalLinkUtil,
BuildUtilsInfo buildUtilsInfo,
I18nHelper.BeanFactory i18nFactory,
DateTimeFormatter dateTimeFormatter,
com.atlassian.core.util.Clock clock) |
| Constructor and Description |
|---|
DownloadResource(RecordTransformer recordTransformer,
JiraAuthenticationContext authenticationContext,
com.atlassian.event.api.EventPublisher eventPublisher,
GlobalPermissionManager globalPermissionManager,
RecordsProvider recordsProvider,
DateTimeFormatter dateTimeFormatter) |
| Constructor and Description |
|---|
WorkflowSchemeRestHelper(PermissionManager permissionManager,
WorkflowManager workflowManager,
SharedEntitiesHelper helper,
IssueTypeSchemeManager issueTypeSchemeManager,
OrderFactory orderFactory,
DateTimeFormatter dateTimeFormatter,
AvatarService avatarService,
IssueTypeManager issueTypeManager,
WorkflowSchemeMigrationTaskAccessor workflowSchemeMigrationTaskAccessor) |
| Constructor and Description |
|---|
RolesResource(ProjectRoleService roleService,
ProjectService projectService,
JiraAuthenticationContext jiraAuthenticationContext,
AvatarService avatarService,
LoginService loginService,
DateTimeFormatter dateTimeFormatter,
EmailFormatter emailFormatter,
ApplicationRoleManager applicationRoleManager,
UserManager userManager,
FeatureManager featureManager) |
| Constructor and Description |
|---|
UpgradeStatusWrmDataProvider(BuildUtilsInfo buildUtilsInfo,
DateTimeFormatter dateTimeFormatter,
HttpServletVariables httpServletVariables,
UpgradeVersionHistoryReader upgradeVersionHistoryReader) |
| Constructor and Description |
|---|
ArchivingResource(JiraAuthenticationContext authenticationContext,
GlobalPermissionManager globalPermissionManager,
ArchivedIssueSearchService archiveSearchService,
DateTimeFormatter dateTimeFormatter,
JiraBaseUrls urls,
BeanBuilderFactory beanBuilderFactory,
com.atlassian.event.api.EventPublisher eventPublisher) |
| Constructor and Description |
|---|
WorkflowsResource(WorkflowManager workflowManager,
DateTimeFormatter dateTimeFormatter,
UserManager userManager,
JiraAuthenticationContext jiraAuthenticationContext,
PermissionManager permissionManager,
WorkflowTransitionResource.Factory transitionFactory) |
| Constructor and Description |
|---|
WorkflowSchemeBeanFactory(ContextUriInfo info,
DateTimeFormatter formatter,
IssueTypeManager issueTypeManager,
JiraBaseUrls jiraBaseUrls) |
| Constructor and Description |
|---|
DefaultDelegatingJiraVelocityManager(JiraVelocityManager jiraVelocityManager,
JiraHome jiraHome,
DateTimeFormatter dateTimeFormatter,
CustomTemplatesFeatureAvailabilityCheck customTemplatesFeatureAvailabilityCheck) |
EmailVelocityTemplatingEngine(JiraVelocityManager jiraVelocityManager,
DateTimeFormatter dateTimeFormatter,
ApplicationProperties applicationProperties,
EmailCachingVelocityEngineFactory emailCachingVelocityEngineFactory,
VelocityTemplateCache velocityTemplateCache,
CustomTemplatesFeatureAvailabilityCheck customTemplatesFeatureAvailabilityCheck) |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatter |
JiraWebActionSupport.getDateTimeFormatter()
Returns a DateTimeFormatter that can be used to format times and dates in the user's time zone using
DateTimeStyle.RELATIVE. |
DateTimeFormatter |
JiraWebActionSupport.getDmyDateFormatter()
Returns a DateTimeFormatter that can be used to format dates in the user's time zone using
DateTimeStyle.DATE. |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatter |
ManageAttachments.getIso8601Formatter() |
| Constructor and Description |
|---|
JiraVelocityManager(DateTimeFormatter dateTimeFormatter) |
JiraVelocityManager(DateTimeFormatter dateTimeFormatter,
VelocityEngineFactory velocityEngineFactory) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.