Uses of Class
com.atlassian.jira.rest.util.AttachmentHelper
Packages that use AttachmentHelper
Package
Description
-
Uses of AttachmentHelper in com.atlassian.jira.rest.internal.v1.attachment
Constructors in com.atlassian.jira.rest.internal.v1.attachment with parameters of type AttachmentHelperModifierConstructorDescriptionAttachTemporaryFileResource
(JiraAuthenticationContext authContext, WebAttachmentManager webAttachmentManager, IssueService issueService, ProjectService projectService, XsrfTokenGenerator xsrfGenerator, AttachmentHelper attachmentHelper, SecureUserTokenManager secureUserTokenManager) -
Uses of AttachmentHelper in com.atlassian.jira.rest.internal.v2.attachment
Constructors in com.atlassian.jira.rest.internal.v2.attachment with parameters of type AttachmentHelperModifierConstructorDescriptionAttachTemporaryFileResource
(JiraAuthenticationContext authContext, TemporaryWebAttachmentManager temporaryWebAttachmentManager, IssueService issueService, ProjectService projectService, XsrfTokenGenerator xsrfGenerator, AttachmentHelper attachmentHelper, SecureUserTokenManager secureUserTokenManager) -
Uses of AttachmentHelper in com.atlassian.jira.rest.v2.avatar
Constructors in com.atlassian.jira.rest.v2.avatar with parameters of type AttachmentHelperModifierConstructorDescriptionTemporaryAvatarHelper
(TemporaryAvatarUploader avatarUploader, AttachmentHelper attachmentHelper, TemporaryAvatars temporaryAvatars, VelocityRequestContextFactory requestContextFactory, CroppingAvatarImageDataProviderFactory croppingAvatarImageDataProviderFactory, I18nHelper i18nHelper, AvatarManager avatarManager, JiraContactHelper jiraContactHelper) -
Uses of AttachmentHelper in com.atlassian.jira.rest.v2.issue
Constructors in com.atlassian.jira.rest.v2.issue with parameters of type AttachmentHelperModifierConstructorDescriptionAvatarResourceHelper
(JiraAuthenticationContext authContext, AvatarManager avatarManager, AvatarService avatarService, AvatarPickerHelper avatarPickerHelper, AttachmentHelper attachmentHelper, UserManager userManager) ProjectResource
(ProjectService projectService, JiraAuthenticationContext authContext, javax.ws.rs.core.UriInfo uriInfo, VersionService versionService, ProjectComponentService projectComponentService, AvatarService avatarService, UserManager userManager, ProjectBeanFactory projectBeanFactory, VersionBeanFactory versionBeanFactory, PermissionManager permissionManager, ProjectManager projectManager, AvatarManager avatarManager, AvatarPickerHelper avatarPickerHelper, AttachmentHelper attachmentHelper, JiraBaseUrls jiraBaseUrls, WorkflowManager workflowManager, IssueTypeSchemeManager issueTypeSchemeManager, PermissionSchemeManager permissionSchemeManager, NotificationSchemeManager notificationSchemeManager, IssueSecuritySchemeManager issueSecuritySchemeManager, ResourceUriBuilder uriBuilder, StatusHelper statusHelper, ProjectFinder projectFinder, XsrfInvocationChecker xsrfChecker, UserProjectHistoryManager projectHistoryManager, ResponseFactory responses, I18nHelper i18nHelper, com.atlassian.jira.blueprint.core.api.CoreProjectConfigurator coreProjectConfigurator, ArchivedProjectService archivedProjectService, OrderByRequestParser orderByRequestParser, com.atlassian.jira.rest.v2.issue.ProjectWorkflowSchemeAssignor projectWorkflowSchemeAssignor, com.atlassian.event.api.EventPublisher eventPublisher) 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, GlobalPermissionManager globalPermissionManager, ProjectService projectService, IssueService issueService, ProjectManager projectManager, com.atlassian.event.api.EventPublisher eventPublisher, UserPickerResourceHelper userPickerHelper, JiraBaseUrls jiraBaseUrls, ColumnService columnService, XsrfInvocationChecker xsrfChecker, UserManager userManager, I18nHelper.BeanFactory beanFactory, ApplicationRoleManager applicationRoleManager, ApplicationRoleBeanConverter applicationRoleBeanConverter, UpdateUserApplicationHelper updateUserApplicationHelper, ResponseFactory responseFactory, ApplicationProperties applicationProperties, DuplicatedUsersHelper duplicatedUsersHelper, LoginService loginService, DateTimeFormatterFactory dateTimeFormatterFactory)