public class SpaceLogo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUSTOM |
static int |
DEFAULT |
static String |
DEFAULT_LOGO_PATH |
static SpaceLogo |
DEFAULT_SPACE_LOGO |
static int |
GLOBAL |
Constructor and Description |
---|
SpaceLogo(String downloadPath,
int type) |
Modifier and Type | Method and Description |
---|---|
String |
getDownloadPath() |
boolean |
isCustomLogo() |
boolean |
isDefaultLogo() |
boolean |
isGlobalLogo() |
public static final int DEFAULT
public static final int GLOBAL
public static final int CUSTOM
public static final String DEFAULT_LOGO_PATH
public static final SpaceLogo DEFAULT_SPACE_LOGO
public SpaceLogo(String downloadPath, int type)
public String getDownloadPath()
public boolean isDefaultLogo()
public boolean isGlobalLogo()
public boolean isCustomLogo()
Copyright © 2003–2015 Atlassian. All rights reserved.