public abstract class ApplicationBean extends Object
Modifier | Constructor and Description |
---|---|
protected |
ApplicationBean(com.atlassian.application.api.Application application) |
Modifier and Type | Method and Description |
---|---|
String |
getAccessURI() |
org.joda.time.DateTime |
getBuildDate() |
String |
getConfigurationURI() |
int |
getCurrentUserCount() |
String |
getDefaultGroup() |
String |
getDescription() |
String |
getKey() |
SingleProductLicenseDetailsViewTO |
getLicense() |
int |
getMaxUserCount() |
String |
getName() |
String |
getPostInstallURI() |
String |
getPostUpdateURI() |
String |
getProductHelpCloudSpaceURI() |
String |
getProductHelpServerSpaceURI() |
abstract String |
getType() |
String |
getVersion() |
protected ApplicationBean(com.atlassian.application.api.Application application)
public String getKey()
public String getName()
public String getDescription()
public String getDefaultGroup()
public String getConfigurationURI()
public String getPostInstallURI()
public String getPostUpdateURI()
public String getProductHelpServerSpaceURI()
public String getProductHelpCloudSpaceURI()
public org.joda.time.DateTime getBuildDate()
public SingleProductLicenseDetailsViewTO getLicense()
public int getMaxUserCount()
public int getCurrentUserCount()
public String getAccessURI()
public String getVersion()
public abstract String getType()
Copyright © 2002-2019 Atlassian. All Rights Reserved.