com.atlassian.applinks.api
Interface ApplicationType

All Known Subinterfaces:
BambooApplicationType, ConfluenceApplicationType, FishEyeCrucibleApplicationType, JiraApplicationType, RefAppApplicationType

public interface ApplicationType

Represents the type of an ApplicationLink. See the com.atlassian.applinks.api.application package for a list of ApplicationTypes bundled with the Unified Application Links plugin. Additional types can be added via the extension APIs in the applinks-spi module.

Since:
3.0

Method Summary
 java.lang.String getI18nKey()
           
 java.net.URI getIconUrl()
           
 

Method Detail

getI18nKey

java.lang.String getI18nKey()
Returns:
the key of an internationalised display name of the type e.g. "FishEye / Crucible". You can resolve this key using the I18nResolver component provided by the SAL plugin.

getIconUrl

java.net.URI getIconUrl()
Returns:
the icon url for this type (e.g. http://jira.atlassian.com/favicon.ico), or null if an icon is not available.
Since:
3.1


Copyright © 2011 Atlassian. All Rights Reserved.