Package | Description |
---|---|
com.atlassian.jira.issue | |
com.atlassian.jira.issue.attachment | |
com.atlassian.jira.issue.managers |
Modifier and Type | Method and Description |
---|---|
ChangeItemBean |
AttachmentManager.createAttachment(CreateAttachmentParamsBean createAttachmentParamsBean)
Create an attachment both on disk, and in the database.
|
io.atlassian.fugue.Either<AttachmentError,ChangeItemBean> |
AttachmentManager.tryCreateAttachment(CreateAttachmentParamsBean params)
Create an attachment.
|
Modifier and Type | Method and Description |
---|---|
CreateAttachmentParamsBean |
CreateAttachmentParamsBean.Builder.build() |
Modifier and Type | Method and Description |
---|---|
ChangeItemBean |
DefaultAttachmentManager.createAttachment(CreateAttachmentParamsBean bean) |
io.atlassian.fugue.Either<AttachmentError,ChangeItemBean> |
DefaultAttachmentManager.tryCreateAttachment(CreateAttachmentParamsBean params) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.