public interface SiteLogoManager
Modifier and Type | Method and Description |
---|---|
SiteLogo |
getCurrent() |
String |
getSiteLogoUrl() |
void |
resetToDefault() |
void |
uploadLogo(File logo,
String fileType)
Uploads and saves custom site logo.
|
boolean |
useCustomLogo() |
void uploadLogo(File logo, String fileType) throws IOException
logo
- custom logo filefileType
- file typeUnsupportedOperationException
- if the fileType is not supported. PNG, JPG and GIF images are the only supported formats.IOException
- if resizing logo failsString getSiteLogoUrl()
SiteLogo getCurrent()
void resetToDefault()
boolean useCustomLogo()
Copyright © 2003–2018 Atlassian. All rights reserved.