Constructor and Description |
---|
DefaultProjectImportService(PermissionManager permissionManager,
ProjectImportManager projectImportManager,
ProjectManager projectManager,
UserManager userManager,
IssueManager issueManager,
VersionManager versionManager,
ProjectComponentManager projectComponentManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ApplicationProperties applicationProperties,
AttachmentManager attachmentManager,
AttachmentPathManager attachmentPathManager,
UpgradeConstraints upgradeConstraints,
com.atlassian.event.api.EventPublisher eventPublisher,
ProjectTypeValidator projectTypeValidator) |
Constructor and Description |
---|
CloneIssueCommand(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,
SubTaskManager subTaskManager,
PermissionManager permissionManager,
CustomFieldManager customFieldManager,
org.slf4j.Logger log,
I18nHelper i18nHelper,
BarrierFactory barrierFactory) |
DefaultIssueService(IssueFactory issueFactory,
IssueCreationHelperBean issueCreationHelperBean,
FieldManager fieldManager,
IssueManager issueManager,
PermissionManager permissionManager,
FieldScreenRendererFactory fieldScreenRendererFactory,
WorkflowManager workflowManager,
IssueWorkflowManager issueWorkflowManager,
FieldLayoutManager fieldLayoutManager,
FieldConfigSchemeManager fieldConfigSchemeManager,
com.atlassian.event.api.EventPublisher eventPublisher,
IssuePropertyService issuePropertyService,
ApplicationProperties applicationProperties,
IssueLinkTypeManager issueLinkTypeManager,
IssueLinkManager issueLinkManager,
RemoteIssueLinkManager remoteIssueLinkManager,
AttachmentManager attachmentManager,
SubTaskManager subTaskManager,
CustomFieldManager customFieldManager,
TaskManager taskManager,
BarrierFactory barrierFactory) |
Constructor and Description |
---|
DefaultAttachmentService(AttachmentManager attachmentManager,
AttachmentValidator attachmentValidator,
PermissionManager permissionManager,
JiraAuthenticationContext jiraAuthenticationContext,
IssueUpdater issueUpdater,
IssueManager issueManager) |
Constructor and Description |
---|
BulkMoveOperationImpl(WorkflowManager workflowManager,
ProjectManager projectManager,
FieldManager fieldManager,
IssueFactory issueFactory,
IssueManager issueManager,
IssueEventManager issueEventManager,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
AttachmentManager attachmentManager,
IssueEventBundleFactory issueEventBundleFactory,
IssueLinkManager issueLinkManager,
SubTaskManager subTaskManager,
IssueToSubTaskConversionService issueToSubTaskConversionService,
TxnAwareEventFactory txnAwareEventFactory) |
Modifier and Type | Method and Description |
---|---|
static AttachmentManager |
ComponentAccessor.getAttachmentManager() |
Constructor and Description |
---|
DefaultProjectImportPersister(ExternalUtils externalUtils,
IssueFactory issueFactory,
OfBizDelegator ofBizDelegator,
IssueIndexManager issueIndexManager,
IssueManager issueManager,
ProjectManager projectManager,
VersionManager versionManager,
NodeAssociationStore nodeAssociationStore,
UserAssociationStore userAssociationStore,
ProjectComponentManager projectComponentManager,
AttachmentManager attachmentManager,
ChangeHistoryManager changeHistoryManager,
IssueLinkTypeManager issueLinkTypeManager,
UserManager userManager,
UserService userService,
ApplicationProperties applicationProperties,
UserPropertyManager userPropertyManager,
OnboardingStore onboardingStore) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
AbstractIssue.attachmentManager |
Modifier and Type | Method and Description |
---|---|
static AttachmentManager |
MockIssueFactory.getAttachmentManager() |
Modifier and Type | Method and Description |
---|---|
static void |
MockIssueFactory.setAttachmentManager(AttachmentManager attachmentManager) |
Constructor and Description |
---|
AbstractIssue(ConstantsManager constantsManager,
IssueManager issueManager,
AttachmentManager attachmentManager) |
DefaultIssueFactory(IssueManager issueManager,
ProjectManager projectManager,
VersionManager versionManager,
IssueSecurityLevelManager issueSecurityLevelManager,
ConstantsManager constantsManager,
SubTaskManager subTaskManager,
FieldManager fieldManager,
AttachmentManager attachmentManager,
ProjectFactory projectFactory,
LabelManager labelManager,
ProjectComponentManager projectComponentManager,
UserManager userManager,
JqlLocalDateSupport jqlLocalDateSupport,
JiraAuthenticationContext jiraAuthenticationContext) |
DocumentIssueImpl(org.apache.lucene.document.Document document,
ConstantsManager constantsManager,
FieldManager fieldManager,
IssueManager issueManager,
IssueFactory issueFactory,
AttachmentManager attachmentManager,
ProjectFactory projectFactory,
JqlLocalDateSupport jqlLocalDateSupport) |
IssueImpl(org.ofbiz.core.entity.GenericValue genericValue,
IssueManager issueManager,
ProjectManager projectManager,
VersionManager versionManager,
IssueSecurityLevelManager issueSecurityLevelManager,
ConstantsManager constantsManager,
SubTaskManager subTaskManager,
AttachmentManager attachmentManager,
LabelManager labelManager,
ProjectComponentManager projectComponentManager,
UserManager userManager,
JiraAuthenticationContext jiraAuthenticationContext)
Load an issue backed by the database.
|
IssueImpl(Issue issue,
IssueManager issueManager,
ProjectManager projectManager,
VersionManager versionManager,
IssueSecurityLevelManager issueSecurityLevelManager,
ConstantsManager constantsManager,
SubTaskManager subTaskManager,
AttachmentManager attachmentManager,
LabelManager labelManager,
ProjectComponentManager projectComponentManager,
UserManager userManager,
JiraAuthenticationContext jiraAuthenticationContext)
Create an issue, cloning another issue's data.
|
Constructor and Description |
---|
DefaultAttachmentValidator(I18nHelper.BeanFactory i18nBeanFactory,
PermissionManager permissionManager,
IssueManager issueManager,
AttachmentManager attachmentManager) |
DefaultTemporaryWebAttachmentManager(AttachmentManager attachmentManager,
AttachmentValidator attachmentValidator,
I18nHelper.BeanFactory beanFactory,
TemporaryWebAttachmentsMonitorLocator temporaryWebAttachmentsMonitorLocator,
ApplicationProperties applicationProperties,
TemporaryWebAttachmentFactory temporaryWebAttachmentsFactory) |
Constructor and Description |
---|
AttachmentZipFileCreator(BulkAttachmentOperations bulkAttachmentOperations,
AttachmentManager attachmentManager) |
Constructor and Description |
---|
AttachmentSystemField(VelocityTemplatingEngine templatingEngine,
ApplicationProperties applicationProperties,
AttachmentManager attachmentManager,
JiraAuthenticationContext authenticationContext,
PermissionManager permissionManager,
JiraBaseUrls jiraBaseUrls,
ThumbnailManager thumbnailManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
EmailFormatter emailFormatter,
BackwardCompatibleTemporaryAttachmentUtil temporaryAttachmentUtil,
AttachmentJsonBeanConverter attachmentJsonBeanConverter,
CsvDateFormatter csvDateFormatter) |
Constructor and Description |
---|
RendererAttachmentManager(AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager,
JiraAuthenticationContext authenticationContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttachmentManager |
Constructor and Description |
---|
DefaultIssueAttachmentDeleteHelper(AttachmentManager attachmentManager,
AttachmentStore attachmentStore,
ThumbnailAccessor thumbnailAccessor) |
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) |
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 |
---|
DefaultThumbnailManager(ThumbnailConfiguration thumbnailConfiguration,
AttachmentManager attachmentManager,
MimeManager mimeManager,
VelocityRequestContextFactory velocityRequestContextFactory,
AttachmentStore attachmentStore,
ThumbnailAccessor thumbnailAccessor,
ApplicationProperties applicationProperties) |
Constructor and Description |
---|
MailImageInlinerImpl(ApplicationProperties applicationProperties,
AvatarService avatarService,
AvatarTranscoder avatarTranscoder,
UserManager userManager,
AvatarManager avatarManager,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager) |
Modifier and Type | Method and Description |
---|---|
static MailAttachment |
MailAttachments.newMailAttachmentByStreamingFromAttachmentManager(Attachment attachment,
AttachmentManager attachmentManager)
Create a new mail attachment by streaming the content of the attachment from the attachment manager.
|
Constructor and Description |
---|
AttachmentBlockContentRenderingInstructionsProvider(AttachmentManager attachmentManager,
AttachmentBlockContextHelper helper,
JiraAuthenticationContext authenticationContext) |
AttachmentBlockContextProvider(AttachmentManager attachmentManager,
JiraAuthenticationContext authenticationContext,
AttachmentBlockContextHelper helper,
AttachmentViewDtoConverter viewDtoConverter) |
Constructor and Description |
---|
ConfigurationBeanFactory(VoteService voteService,
WatcherService watcherService,
ApplicationProperties applicationProperties,
SubTaskManager subTaskManager,
AttachmentManager attachmentManager,
IssueLinkManager issueLinkManager,
TimeTrackingConfiguration timeTrackingConfiguration) |
Constructor and Description |
---|
IssueAttachmentsResource(JiraAuthenticationContext authContext,
AttachmentService attachmentService,
AttachmentManager attachmentManager,
IssueUpdater issueUpdater,
I18nHelper i18n,
IssueFinder issueFinder,
AttachmentJsonBeanConverter attachmentJsonBeanConverter) |
Constructor and Description |
---|
AttachmentResource(AttachmentStrategyFactory factory,
AttachmentManager attachmentManager) |
Constructor and Description |
---|
DefaultMessageHandlerContext(CommentManager commentManager,
MessageHandlerExecutionMonitor monitor,
IssueManager issueManager,
AttachmentManager attachmentManager)
|
DefaultMessageHandlerContext(CommentManager commentManager,
MessageHandlerExecutionMonitor monitor,
IssueManager issueManager,
AttachmentManager attachmentManager,
TextFieldCharacterLengthValidator textFieldCharacterLengthValidator,
PermissionManager permissionManager,
ApplicationProperties applicationProperties,
ApplicationRoleManager applicationRoleManager,
UserService userService) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
IssueActionSupport.attachmentManager |
Modifier and Type | Method and Description |
---|---|
AttachmentManager |
IssueActionSupport.getAttachmentManager() |
Constructor and Description |
---|
IssueActionSupport(IssueManager issueManager,
CustomFieldManager customFieldManager,
AttachmentManager attachmentManager,
ProjectManager projectManager,
PermissionManager permissionManager,
VersionManager versionManager,
UserIssueHistoryManager userHistoryManager,
TimeTrackingConfiguration timeTrackingConfiguration) |
Constructor and Description |
---|
ProjectImportSelectBackup(ProjectImportService projectImportService,
TaskManager taskManager,
BuildUtilsInfo buildUtilsInfo,
JiraHome jiraHome,
AttachmentManager attachmentManager,
ProjectImportWebAnalyticsService projectImportWebAnalyticsService,
JiraPageBuilderService jiraPageBuilderService,
HelpUrls helpUrls,
ProjectImportProgressTrackerUtil projectImportProgressTrackerUtil) |
Constructor and Description |
---|
DeleteGroup(IssueManager issueManager,
CustomFieldManager customFieldManager,
AttachmentManager attachmentManager,
ProjectManager projectManager,
PermissionManager permissionManager,
VersionManager versionManager,
SubscriptionManager subscriptionManager,
SearchRequestService searchRequestService,
GroupService groupService,
UserIssueHistoryManager userHistoryManager,
TimeTrackingConfiguration timeTrackingConfiguration,
GroupManager groupManager,
ApplicationRoleManager roleManager) |
Constructor and Description |
---|
CloneIssueDetails(ApplicationProperties applicationProperties,
PermissionManager permissionManager,
IssueLinkManager issueLinkManager,
IssueLinkTypeManager issueLinkTypeManager,
SubTaskManager subTaskManager,
AttachmentManager attachmentManager,
FieldManager fieldManager,
IssueCreationHelperBean issueCreationHelperBean,
IssueFactory issueFactory,
IssueService issueService,
TemporaryAttachmentsMonitorLocator temporaryAttachmentsMonitorLocator,
TaskManager taskManager,
TaskDescriptorBean.Factory taskBeanFactory) |
MoveIssueConfirm(SubTaskManager subTaskManager,
AttachmentManager attachmentManager,
ConstantsManager constantsManager,
WorkflowManager workflowManager,
FieldManager fieldManager,
FieldLayoutManager fieldLayoutmanager,
IssueFactory issueFactory,
FieldScreenRendererFactory fieldScreenRendererFactory,
CommentService commentService,
IssueSecurityHelper issueSecurityHelper,
IssueManager issueManager,
UserUtil userUtil,
IssueEventManager issueEventManager,
IssueEventBundleFactory issueEventBundleFactory,
TxnAwareEventFactory txnAwareEventFactory,
HelpUrls helpUrls) |
Constructor and Description |
---|
BackwardCompatibleTemporaryAttachmentUtil(TemporaryAttachmentsMonitorLocator temporaryAttachmentsMonitorLocator,
TemporaryWebAttachmentManager temporaryWebAttachmentManager,
AttachmentManager attachmentManager,
I18nHelper.BeanFactory i18nFactory) |
Constructor and Description |
---|
ArchiveProject(IssueManager issueManager,
CustomFieldManager customFieldManager,
AttachmentManager attachmentManager,
ProjectManager projectManager,
PermissionManager permissionManager,
VersionManager versionManager,
ArchivedProjectService projectService,
UserIssueHistoryManager userHistoryManager,
TimeTrackingConfiguration timeTrackingConfiguration,
HelpUrls helpUrls) |
DeleteProject(IssueManager issueManager,
CustomFieldManager customFieldManager,
AttachmentManager attachmentManager,
ProjectManager projectManager,
PermissionManager permissionManager,
VersionManager versionManager,
ProjectService projectService,
UserIssueHistoryManager userHistoryManager,
TimeTrackingConfiguration timeTrackingConfiguration,
TaskManager taskManager,
TaskDescriptorBean.Factory taskBeanFactory) |
Constructor and Description |
---|
DefaultWebAttachmentManager(AttachmentManager attachmentManager,
I18nHelper.BeanFactory beanFactory,
JiraAuthenticationContext authenticationContext,
TemporaryAttachmentsMonitorLocator locator,
AttachmentService attachmentService,
ApplicationProperties applicationProperties) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.