public class SiteLogo extends Object
Constructor and Description |
---|
SiteLogo(String url) |
SiteLogo(String url,
InputStream content) |
Modifier and Type | Method and Description |
---|---|
static SiteLogo |
createFromAttachment(Attachment attachment)
Deprecated.
since 7.0.1. Use
SiteLogo(String, InputStream) , with Attachment.getDownloadPath()
and AttachmentManager.getAttachmentData(Attachment) instead. |
InputStream |
getContent() |
String |
getDownloadPath() |
public SiteLogo(String url)
public SiteLogo(String url, InputStream content)
public String getDownloadPath()
public InputStream getContent()
@Deprecated public static SiteLogo createFromAttachment(Attachment attachment)
SiteLogo(String, InputStream)
, with Attachment.getDownloadPath()
and AttachmentManager.getAttachmentData(Attachment)
instead.Copyright © 2003–2021 Atlassian. All rights reserved.