com.atlassian.applinks.api
Interface ApplicationType

All Known Subinterfaces:
BambooApplicationType, ConfluenceApplicationType, CrowdApplicationType, FishEyeCrucibleApplicationType, GenericApplicationType, JiraApplicationType, RefAppApplicationType, StashApplicationType

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
 String getI18nKey()
           
 URI getIconUrl()
           
 

Method Detail

getI18nKey

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

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 © 2015 Atlassian. All rights reserved.