public final class AttachmentKeys extends Object
Modifier and Type | Method and Description |
---|---|
static AttachmentKey |
from(Attachment attachment) |
static AttachmentKey |
from(Attachment attachment,
Issue issue) |
static AttachmentKey |
from(Project project,
Issue issue,
Attachment attachment) |
static AttachmentKey |
from(String originalProjectKey,
String issueKey,
Attachment attachment) |
static AttachmentKey |
from(String originalProjectKey,
String issueKey,
String fileName,
Long id) |
public static AttachmentKey from(Project project, Issue issue, Attachment attachment)
public static AttachmentKey from(String originalProjectKey, String issueKey, Attachment attachment)
public static AttachmentKey from(String originalProjectKey, String issueKey, String fileName, Long id)
public static AttachmentKey from(Attachment attachment)
public static AttachmentKey from(Attachment attachment, Issue issue)
Copyright © 2002-2019 Atlassian. All Rights Reserved.