Constructor and Description |
---|
MockHelpUrl() |
MockHelpUrl(HelpUrl url) |
Modifier and Type | Method and Description |
---|---|
MockHelpUrl |
copy() |
boolean |
equals(Object o) |
String |
getAlt()
The alternate text for the URL.
|
String |
getDescription()
The description text for the URL.
|
String |
getKey()
The key the URL is registered under.
|
String |
getTitle()
The title for the URL.
|
String |
getUrl()
The URL for the help.
|
int |
hashCode() |
boolean |
isLocal()
Indicates if the URL is for JIRA internal help (i.e.
|
MockHelpUrl |
setAlt(String alt) |
MockHelpUrl |
setDescription(String description) |
MockHelpUrl |
setKey(String key) |
MockHelpUrl |
setLocal(boolean local) |
MockHelpUrl |
setTitle(String title) |
MockHelpUrl |
setUrl(String url) |
static MockHelpUrl |
simpleUrl(String key) |
String |
toString() |
public MockHelpUrl()
public MockHelpUrl(HelpUrl url)
public static MockHelpUrl simpleUrl(String key)
public MockHelpUrl setUrl(String url)
public MockHelpUrl setAlt(String alt)
public MockHelpUrl setDescription(String description)
public MockHelpUrl setTitle(String title)
public MockHelpUrl setKey(String key)
public MockHelpUrl setLocal(boolean local)
public String getAlt()
HelpUrl
public String getDescription()
HelpUrl
getDescription
in interface HelpUrl
public String getKey()
HelpUrl
public boolean isLocal()
HelpUrl
public MockHelpUrl copy()
Copyright © 2002-2017 Atlassian. All Rights Reserved.