Interface AttachmentOperation


public interface AttachmentOperation
Performs an operation on an attachment.
Since:
v6.4
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.Response
    perform(Attachment attachment, JiraServiceContext context)
    Performs an operation on an attachment in a given context.
  • Method Details

    • perform

      javax.ws.rs.core.Response perform(Attachment attachment, JiraServiceContext context)
      Performs an operation on an attachment in a given context.
      Parameters:
      attachment - The attachment operated upon.
      context - Context for the operation. Is NOT used to pass errors.
      Returns:
      Response with the result of the operation.