Interface AttachmentFilterContext

  • All Superinterfaces:
    IssueProvider, UserProvider

    public interface AttachmentFilterContext
    extends IssueProvider, UserProvider
    The AttachmentFilterContext has all required information to provide a list of suitable attachments for the current issue and the current user.
    Since:
    10.0.38
    • Method Detail

      • getUser

        User getUser()
        Description copied from interface: UserProvider
        Returns the user
        Specified by:
        getUser in interface UserProvider
        Returns:
        the user object
        Since:
        10.0.38