|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.help.MockHelpUrl
public class MockHelpUrl
| Constructor Summary | |
|---|---|
MockHelpUrl()
|
|
MockHelpUrl(HelpUrl url)
|
|
| Method Summary | |
|---|---|
MockHelpUrl |
copy()
|
boolean |
equals(Object o)
|
String |
getAlt()
The alternate 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 |
setKey(String key)
|
MockHelpUrl |
setLocal(boolean local)
|
MockHelpUrl |
setTitle(String title)
|
MockHelpUrl |
setUrl(String url)
|
static MockHelpUrl |
simpleUrl(String key)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MockHelpUrl()
public MockHelpUrl(HelpUrl url)
| Method Detail |
|---|
public static MockHelpUrl simpleUrl(String key)
public MockHelpUrl setUrl(String url)
public MockHelpUrl setAlt(String alt)
public MockHelpUrl setTitle(String title)
public MockHelpUrl setKey(String key)
public MockHelpUrl setLocal(boolean local)
public String getUrl()
HelpUrl
getUrl in interface HelpUrlpublic String getAlt()
HelpUrl
getAlt in interface HelpUrlpublic String getTitle()
HelpUrl
getTitle in interface HelpUrlpublic String getKey()
HelpUrl
getKey in interface HelpUrlpublic boolean isLocal()
HelpUrl
isLocal in interface HelpUrltrue when the URL is designed to be served by JIRA or false otherwise.public MockHelpUrl copy()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||