Package | Description |
---|---|
com.atlassian.jira.config.database | |
com.atlassian.jira.help | |
com.atlassian.jira.message |
Package for JIRA Messaging utilities.
|
Modifier and Type | Method and Description |
---|---|
static HelpUrl |
DatabaseDriverRegisterer.getDbConfigLink(DatabaseType type,
HelpUrls urls) |
Modifier and Type | Class and Description |
---|---|
class |
MockHelpUrl |
Modifier and Type | Method and Description |
---|---|
HelpUrl |
MockHelpUrlBuilder.build() |
HelpUrl |
HelpUrlBuilder.build()
Generate the
HelpUrl associated with this builder. |
HelpUrl |
MockHelpUrlsParser.getDefault() |
HelpUrl |
MockHelpUrls.getDefaultUrl() |
HelpUrl |
CachingHelpUrls.getDefaultUrl() |
HelpUrl |
HelpUrls.getDefaultUrl()
Returns a
HelpUrl that can be used for generic JIRA help. |
HelpUrl |
MockHelpUrlsParser.getGeneratedDefault(String value) |
HelpUrl |
MockHelpUrlsParser.getGeneratedUrl(HelpUrl url,
String value) |
HelpUrl |
MockHelpUrls.getUrl(String key) |
HelpUrl |
CachingHelpUrls.getUrl(String key) |
HelpUrl |
HelpUrls.getUrl(String key)
Returns a
HelpUrl associated with the passed key. |
HelpUrl |
MockHelpUrls.getUrlForApplication(com.atlassian.application.api.ApplicationKey applicationKey,
String key) |
HelpUrl |
CachingHelpUrls.getUrlForApplication(com.atlassian.application.api.ApplicationKey applicationKey,
String key) |
HelpUrl |
HelpUrls.getUrlForApplication(com.atlassian.application.api.ApplicationKey applicationKey,
String key)
Adds the ability to retrieve
HelpUrl specific to an application and key passed in. |
Modifier and Type | Method and Description |
---|---|
Iterator<HelpUrl> |
MockHelpUrls.iterator() |
Iterator<HelpUrl> |
CachingHelpUrls.iterator() |
Iterable<HelpUrl> |
MockLocalHelpUrls.load() |
Iterable<HelpUrl> |
LocalHelpUrls.load()
Load JIRA's default local help URLs.
|
Iterable<HelpUrl> |
DefaultLocalHelpUrls.load() |
Iterable<HelpUrl> |
MockLocalHelpUrls.parse(Properties properties) |
Iterable<HelpUrl> |
LocalHelpUrls.parse(Properties properties)
Load the local help URLs stored in the passed properties.
|
Iterable<HelpUrl> |
DefaultLocalHelpUrls.parse(Properties properties) |
Modifier and Type | Method and Description |
---|---|
MockLocalHelpUrls |
MockLocalHelpUrls.add(HelpUrl url) |
MockHelpUrls |
MockHelpUrls.addUrl(HelpUrl url) |
MockHelpUrls |
MockHelpUrls.defaultUrl(HelpUrl url) |
HelpUrl |
MockHelpUrlsParser.getGeneratedUrl(HelpUrl url,
String value) |
MockHelpUrlsParser |
MockHelpUrlsParser.register(HelpUrl url) |
MockHelpUrlsParser |
MockHelpUrlsParser.registerOd(HelpUrl url) |
Constructor and Description |
---|
MockHelpUrl(HelpUrl url) |
MockHelpUrls(HelpUrl defaultUrl,
HelpUrl... urls) |
MockHelpUrls(HelpUrl defaultUrl,
HelpUrl... urls) |
MockHelpUrls(HelpUrl defaultUrl,
Iterable<? extends HelpUrl> urls) |
Constructor and Description |
---|
MockHelpUrls(HelpUrl defaultUrl,
Iterable<? extends HelpUrl> urls) |
Modifier and Type | Method and Description |
---|---|
HelpUrl |
MessageUtil.getDefaultUrl()
Returns a
HelpUrl that can be used for generic JIRA help. |
HelpUrl |
MessageUtilImpl.getDefaultUrl() |
HelpUrl |
MessageUtil.getUrl(String key)
Returns a
HelpUrl associated with the passed key. |
HelpUrl |
MessageUtilImpl.getUrl(String key) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.