public interface AttachmentOperation
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
perform(Attachment attachment,
JiraServiceContext context)
Performs an operation on an attachment in a given context.
|
javax.ws.rs.core.Response perform(Attachment attachment, JiraServiceContext context)
attachment
- The attachment operated upon.context
- Context for the operation. Is NOT used to pass errors.Copyright © 2002-2019 Atlassian. All Rights Reserved.