com.atlassian.applinks.api
Interface ApplicationLink
- All Superinterfaces:
- PropertySet, ReadOnlyApplicationLink
public interface ApplicationLink
- extends ReadOnlyApplicationLink, PropertySet
Represents a link to a remote application-level entity (JIRA, Confluence, Bamboo, etc).
You can store simple data against ApplicationLinks using the methods provided by the PropertySet
interface. Note that these properties are shared between all plugins in the local application, so be careful to
namespace your property keys carefully.
- Since:
- 3.0
- See Also:
PropertySet
| Methods inherited from interface com.atlassian.applinks.api.ReadOnlyApplicationLink |
createAuthenticatedRequestFactory, createAuthenticatedRequestFactory, createImpersonatingAuthenticatedRequestFactory, createNonImpersonatingAuthenticatedRequestFactory, getDisplayUrl, getId, getName, getRpcUrl, getType, isPrimary, isSystem |
Copyright © 2015 Atlassian. All rights reserved.