Uses of Class
com.atlassian.jira.issue.AttachmentError
Packages that use AttachmentError
Package
Description
-
Uses of AttachmentError in com.atlassian.jira.bc.issue
Constructor parameters in com.atlassian.jira.bc.issue with type arguments of type AttachmentErrorModifierConstructorDescriptionCloneIssueResult(String issueKey, ErrorCollection errorCollection, Collection<io.atlassian.fugue.Either<AttachmentError, Attachment>> attachmentCloneResults) CloneIssueResult(String issueKey, Collection<io.atlassian.fugue.Either<AttachmentError, Attachment>> attachmentCloneResults) -
Uses of AttachmentError in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return types with arguments of type AttachmentErrorModifier and TypeMethodDescriptionio.atlassian.fugue.Either<AttachmentError, ChangeItemBean> AttachmentManager.convertTemporaryAttachment(ConvertTemporaryAttachmentParams params) Converts temporary attachment into real attachment.io.atlassian.fugue.Either<AttachmentError, Attachment> AttachmentManager.copyAttachment(Attachment attachment, ApplicationUser author, String newIssueKey) Copy an attachment to another issue.Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager.copyAttachments(Issue issue, ApplicationUser author, String newIssueKey) Copy Issue attachments to another issue.Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager.copyAttachments(Issue issue, ApplicationUser author, String newIssueKey, boolean sendMail) Copy Issue attachments to another issue and publish an event.Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager.copyAttachments(Context context, Issue issue, ApplicationUser author, String newIssueKey) Copy Issue attachments to another issue.AttachmentsBulkOperationResult.getErrors()io.atlassian.fugue.Either<AttachmentError, ChangeItemBean> AttachmentManager.tryCreateAttachment(CreateAttachmentParamsBean params) Create an attachment.Constructor parameters in com.atlassian.jira.issue with type arguments of type AttachmentErrorModifierConstructorDescriptionAttachmentsBulkOperationResult(io.atlassian.fugue.Pair<List<AttachmentError>, List<T>> errorAndResult) AttachmentsBulkOperationResult(List<AttachmentError> errors, List<T> results) -
Uses of AttachmentError in com.atlassian.jira.issue.attachment
Methods in com.atlassian.jira.issue.attachment that return types with arguments of type AttachmentErrorModifier and TypeMethodDescriptionstatic io.atlassian.fugue.Option<AttachmentError> AttachmentValidatorInvoker.createAttachmentError(String fileName, String logMessage, String localizedMessage, ErrorCollection.Reason reason) io.atlassian.fugue.Either<AttachmentError, TemporaryWebAttachment> DefaultTemporaryWebAttachmentManager.createTemporaryWebAttachment(InputStream stream, String fileName, String contentType, long size, io.atlassian.fugue.Either<Issue, Project> target, String formToken, ApplicationUser user) io.atlassian.fugue.Either<AttachmentError, TemporaryWebAttachment> TemporaryWebAttachmentManager.createTemporaryWebAttachment(InputStream stream, String fileName, String contentType, long size, io.atlassian.fugue.Either<Issue, Project> target, String formToken, ApplicationUser user) Creates new temporary attachment that may be later converted into real attachment.io.atlassian.fugue.Option<AttachmentError> AttachmentValidatorInvoker.invokeAfterUploadValidators(String fileName, io.atlassian.fugue.Either<Issue, Project> target, Function<AfterUploadAttachmentValidator, io.atlassian.util.concurrent.Promise<Optional<AttachmentValidationError>>> validation) Safely invoke pluggable after upload attachment validators, catching any exceptions on the way.io.atlassian.fugue.Option<AttachmentError> DefaultAttachmentValidatorInvoker.invokeAfterUploadValidators(String fileName, io.atlassian.fugue.Either<Issue, Project> target, Function<AfterUploadAttachmentValidator, io.atlassian.util.concurrent.Promise<Optional<AttachmentValidationError>>> validation) io.atlassian.fugue.Option<AttachmentError> AttachmentValidatorInvoker.invokeBeforeUploadValidators(String fileName, io.atlassian.fugue.Either<Issue, Project> target, Function<BeforeUploadAttachmentValidator, Optional<AttachmentValidationError>> validation) Safely invoke pluggable before upload attachment validators, catching any exceptions on the way.io.atlassian.fugue.Option<AttachmentError> DefaultAttachmentValidatorInvoker.invokeBeforeUploadValidators(String fileName, io.atlassian.fugue.Either<Issue, Project> target, Function<BeforeUploadAttachmentValidator, Optional<AttachmentValidationError>> validation) -
Uses of AttachmentError in com.atlassian.jira.issue.managers
Methods in com.atlassian.jira.issue.managers that return types with arguments of type AttachmentErrorModifier and TypeMethodDescriptionio.atlassian.fugue.Either<AttachmentError, ChangeItemBean> DefaultAttachmentManager.convertTemporaryAttachment(ConvertTemporaryAttachmentParams params) io.atlassian.fugue.Either<AttachmentError, Attachment> DefaultAttachmentManager.copyAttachment(Attachment attachment, ApplicationUser author, String newIssueKey) Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> DefaultAttachmentManager.copyAttachments(Issue issue, ApplicationUser author, String newIssueKey) Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> DefaultAttachmentManager.copyAttachments(Issue issue, ApplicationUser author, String newIssueKey, boolean sendMail) Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> DefaultAttachmentManager.copyAttachments(Context context, Issue issue, ApplicationUser author, String newIssueKey) io.atlassian.fugue.Either<AttachmentError, ChangeItemBean> DefaultAttachmentManager.tryCreateAttachment(CreateAttachmentParamsBean params) -
Uses of AttachmentError in com.codebarrel.jira.issues.compat
Methods in com.codebarrel.jira.issues.compat that return types with arguments of type AttachmentErrorModifier and TypeMethodDescriptionMap<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager7Compatibility.copyAttachments(Issue issue, ApplicationUser user, String targetKey) Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager8Compatibility.copyAttachments(Issue issue, ApplicationUser user, String targetKey) Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManagerCompatibility.copyAttachments(Issue issue, ApplicationUser user, String targetKey)