Package | Description |
---|---|
com.atlassian.jira.issue | |
com.atlassian.jira.issue.attachment | |
com.atlassian.jira.issue.managers |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<AttachmentError,ChangeItemBean> |
AttachmentManager.convertTemporaryAttachment(ConvertTemporaryAttachmentParams params)
Converts temporary attachment into real attachment.
|
com.atlassian.fugue.Either<AttachmentError,Attachment> |
AttachmentManager.copyAttachment(Attachment attachment,
ApplicationUser author,
String newIssueKey)
Copy an attachment to another issue.
|
Map<Long,com.atlassian.fugue.Either<AttachmentError,Attachment>> |
AttachmentManager.copyAttachments(Context context,
Issue issue,
ApplicationUser author,
String newIssueKey)
Copy Issue attachments to another issue.
|
Map<Long,com.atlassian.fugue.Either<AttachmentError,Attachment>> |
AttachmentManager.copyAttachments(Issue issue,
ApplicationUser author,
String newIssueKey)
Copy Issue attachments to another issue.
|
List<AttachmentError> |
AttachmentsBulkOperationResult.getErrors() |
com.atlassian.fugue.Either<AttachmentError,ChangeItemBean> |
AttachmentManager.tryCreateAttachment(CreateAttachmentParamsBean params)
Create an attachment.
|
Constructor and Description |
---|
AttachmentsBulkOperationResult(List<AttachmentError> errors,
List<T> results) |
AttachmentsBulkOperationResult(com.atlassian.fugue.Pair<List<AttachmentError>,List<T>> errorAndResult) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<AttachmentError,TemporaryWebAttachment> |
DefaultTemporaryWebAttachmentManager.createTemporaryWebAttachment(InputStream stream,
String fileName,
String contentType,
long size,
com.atlassian.fugue.Either<Issue,Project> target,
String formToken,
ApplicationUser user) |
com.atlassian.fugue.Either<AttachmentError,TemporaryWebAttachment> |
TemporaryWebAttachmentManager.createTemporaryWebAttachment(InputStream stream,
String fileName,
String contentType,
long size,
com.atlassian.fugue.Either<Issue,Project> target,
String formToken,
ApplicationUser user)
Creates new temporary attachment that may be later converted into real attachment.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<AttachmentError,ChangeItemBean> |
DefaultAttachmentManager.convertTemporaryAttachment(ConvertTemporaryAttachmentParams params) |
com.atlassian.fugue.Either<AttachmentError,Attachment> |
DefaultAttachmentManager.copyAttachment(Attachment attachment,
ApplicationUser author,
String newIssueKey) |
Map<Long,com.atlassian.fugue.Either<AttachmentError,Attachment>> |
DefaultAttachmentManager.copyAttachments(Context context,
Issue issue,
ApplicationUser author,
String newIssueKey) |
Map<Long,com.atlassian.fugue.Either<AttachmentError,Attachment>> |
DefaultAttachmentManager.copyAttachments(Issue issue,
ApplicationUser author,
String newIssueKey) |
com.atlassian.fugue.Either<AttachmentError,ChangeItemBean> |
DefaultAttachmentManager.tryCreateAttachment(CreateAttachmentParamsBean params) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.