public class MockLocalHelpUrls extends Object implements LocalHelpUrls
| Constructor and Description |
|---|
MockLocalHelpUrls() |
| Modifier and Type | Method and Description |
|---|---|
MockLocalHelpUrls |
add(HelpUrl url) |
MockHelpUrl |
add(String key) |
Iterable<HelpUrl> |
load()
Load JIRA's default local help URLs.
|
Iterable<HelpUrl> |
parse(Properties properties)
Load the local help URLs stored in the passed properties.
|
@Nonnull public Iterable<HelpUrl> parse(@Nonnull Properties properties)
LocalHelpUrlsparse in interface LocalHelpUrlsproperties - the properties to parse.HelpUrl objects contained in the passed properties.@Nonnull public Iterable<HelpUrl> load()
LocalHelpUrlsload in interface LocalHelpUrlsHelpUrl objects used in JIRA by default.public MockLocalHelpUrls add(HelpUrl url)
public MockHelpUrl add(String key)
Copyright © 2002-2024 Atlassian. All Rights Reserved.