Constructor and Description |
---|
DefaultChartFactory(SearchProvider searchProvider,
VersionManager versionManager,
IssueSearcherManager issueSearcherManager,
ConstantsManager constantsManager,
CustomFieldManager customFieldManager,
FieldManager fieldManager,
SearchService searchService,
ApplicationProperties applicationProperties,
ProjectManager projectManager,
TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
TimePeriodUtils(TimeZoneManager timeZoneManager)
Creates a new TimePeriodUtils.
|
Constructor and Description |
---|
DateCountInPeriodServiceImpl(QueryParser queryParser,
QueryUrlSupplier queryUrlSupplier,
ProjectOrFilterQueryParser projectOrFilterQueryParser,
VersionsService versionsService,
SearchProvider searchProvider,
TimeZoneManager timeZoneManager,
JiraAuthenticationContext authenticationContext) |
Constructor and Description |
---|
AverageAgeChartResource(ChartFactory chartFactory,
ChartUtils chartUtils,
JiraAuthenticationContext authenticationContext,
PermissionManager permissionManager,
SearchService searchService,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties,
TimeZoneManager timeZoneManager) |
CreatedVsResolvedResource(ChartFactory chartFactory,
ChartUtils chartUtils,
JiraAuthenticationContext authenticationContext,
PermissionManager permissionManager,
SearchService searchService,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties,
TimeZoneManager timeZoneManager) |
ResolutionTimeResource(ChartFactory chartFactory,
ChartUtils chartUtils,
JiraAuthenticationContext authenticationContext,
SearchService searchService,
PermissionManager permissionManager,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties,
TimeZoneManager timeZoneManager) |
Modifier and Type | Method and Description |
---|---|
UserJsonBean |
DefaultUserBeanFactory.createBean(ApplicationUser createdUser,
ApplicationUser loggedInUser,
JiraBaseUrls jiraBaseUrls,
EmailFormatter emailFormatter,
TimeZoneManager timeZoneManager) |
UserJsonBean |
UserBeanFactory.createBean(ApplicationUser createdUser,
ApplicationUser loggedInUser,
JiraBaseUrls jiraBaseUrls,
EmailFormatter emailFormatter,
TimeZoneManager timeZoneManager)
Generate a bean suitable for serialisation by Jackon into JSON for given user in the context of loggedInUser.
|
Collection<UserJsonBean> |
DefaultUserBeanFactory.createBeanCollection(Collection<ApplicationUser> createdUsers,
ApplicationUser loggedInUser,
JiraBaseUrls jiraBaseUrls,
EmailFormatter emailFormatter,
TimeZoneManager timeZoneManager) |
Collection<UserJsonBean> |
UserBeanFactory.createBeanCollection(Collection<ApplicationUser> createdUsers,
ApplicationUser loggedInUser,
JiraBaseUrls jiraBaseUrls,
EmailFormatter emailFormatter,
TimeZoneManager timeZoneManager)
Generate a bean suitable for serialisation by Jackon into JSON for given user in the context of loggedInUser.
|
Constructor and Description |
---|
DefaultUserBeanFactory(JiraBaseUrls jiraBaseUrls,
EmailFormatter emailFormatter,
TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
AttachmentJsonBeanConverterImpl(JiraBaseUrls urls,
ThumbnailManager thumbnailManager,
JiraAuthenticationContext authenticationContext,
EmailFormatter emailFormatter,
TimeZoneManager timeZoneManager,
UserBeanFactory userBeanFactory) |
Constructor and Description |
---|
DueDateQuickSearchHandler(TimeZoneManager timeZoneManager) |
LocalDateQuickSearchHandler(TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
DateSearchInputTransformer(boolean allowTimeComponent,
DateSearcherConfig config,
DateConverter dateConverter,
DateTimeConverter dateTimeConverter,
JqlOperandResolver operandResolver,
JqlDateSupport jqlDateSupport,
CustomFieldInputHelper customFieldInputHelper,
TimeZoneManager timeZoneManager,
DateTimeFormatterFactory dateTimeFormatterFactory) |
Constructor and Description |
---|
DefaultDateSearcherInputHelper(DateSearcherConfig config,
JqlOperandResolver operandResolver,
JqlDateSupport jqlDateSupport,
DateConverter primaryDateConverter,
DateTimeConverter dateTimeConverter,
TimeZoneManager timeZoneManager) |
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 |
---|
JqlDateSupportImpl(com.atlassian.core.util.Clock clock,
TimeZoneManager timeZoneManager) |
JqlDateSupportImpl(TimeZoneManager timeZoneManager) |
JqlLocalDateSupportImpl(com.atlassian.core.util.Clock clock,
TimeZoneManager timeZoneManager) |
JqlLocalDateSupportImpl(TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
CreatedDateValidator(JqlOperandResolver operandResolver,
TimeZoneManager timeZoneManager) |
DateValidator(JqlOperandResolver operandResolver,
TimeZoneManager timeZoneManager) |
LastViewedDateValidator(JqlOperandResolver operandResolver,
TimeZoneManager timeZoneManager) |
ResolutionDateValidator(JqlOperandResolver operandResolver,
TimeZoneManager timeZoneManager) |
UpdatedDateValidator(JqlOperandResolver operandResolver,
TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
AverageAgeReport(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
ProjectManager projectManager,
SearchRequestService searchRequestService,
ChartUtils chartUtils,
ChartFactory chartFactory,
TimeZoneManager timeZoneManager) |
CreatedVsResolvedReport(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
ProjectManager projectManager,
SearchRequestService searchRequestService,
ChartUtils chartUtils,
ChartFactory chartFactory,
TimeZoneManager timeZoneManager) |
ResolutionTimeReport(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
ProjectManager projectManager,
SearchRequestService searchRequestService,
ChartUtils chartUtils,
ChartFactory chartFactory,
TimeZoneManager timeZoneManager) |
TimeSinceReport(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
ProjectManager projectManager,
SearchRequestService searchRequestService,
ChartUtils chartUtils,
ChartFactory chartFactory,
TimeZoneManager timeZoneManager) |
Modifier and Type | Field and Description |
---|---|
protected TimeZoneManager |
AbstractDateFunction.timeZoneManager |
Constructor and Description |
---|
EndOfDayFunction(TimeZoneManager timeZoneManager) |
EndOfMonthFunction(TimeZoneManager timeZoneManager) |
EndOfWeekFunction(TimeZoneManager timeZoneManager) |
EndOfYearFunction(TimeZoneManager timeZoneManager) |
NowFunction(TimeZoneManager timeZoneManager) |
StartOfDayFunction(TimeZoneManager timeZoneManager) |
StartOfMonthFunction(TimeZoneManager timeZoneManager) |
StartOfWeekFunction(TimeZoneManager timeZoneManager) |
StartOfYearFunction(TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
ViewRecords(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService,
RecordsProvider recordsProvider,
HelpUrls helpUrls,
TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
RecordTransformer(ApplicationProperties applicationProperties,
TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
MentionResource(EmailFormatter emailFormatter,
I18nHelper.BeanFactory beanFactory,
IssueFinder issueFinder,
JiraAuthenticationContext authContext,
JiraBaseUrls jiraBaseUrls,
MentionableUserSearcher mentionableUserSearch,
TimeZoneManager timeZoneManager,
AvatarService avatarService) |
Constructor and Description |
---|
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) |
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,
ProjectService projectService,
IssueService issueService,
ProjectManager projectManager,
com.atlassian.event.api.EventPublisher eventPublisher,
AssigneeService assigneeService,
IssueManager issueManager,
UserPickerResourceHelper userPickerHelper,
JiraBaseUrls jiraBaseUrls,
ColumnService columnService,
XsrfInvocationChecker xsrfChecker,
UserManager userManager,
I18nHelper.BeanFactory beanFactory,
ApplicationRoleManager applicationRoleManager,
ApplicationRoleBeanConverter applicationRoleBeanConverter,
UpdateUserApplicationHelper updateUserApplicationHelper,
ResponseFactory responseFactory) |
Modifier and Type | Class and Description |
---|---|
class |
TimeZoneManagerImpl |
Constructor and Description |
---|
ViewVoters(VoteManager voteManager,
VoteService voteService,
PermissionManager permissionManager,
TimeZoneManager timeZoneManager) |
Constructor and Description |
---|
JiraTimeZoneManager(TimeZoneService timeZoneService,
TimeZoneManager timeZoneManager,
JiraAuthenticationContext jiraAuthenticationContext,
UserManager userManager) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.