public interface DocumentationBean
Modifier and Type | Method and Description |
---|---|
boolean |
exists(String docLink)
Returns
true if the documentation link exists, otherwise false . |
String |
getAlt(String docLink)
Retrieves the alt text for images associated with the link to help documentation
|
String |
getLink(String docLink)
Constructs a link to help documentation
|
String |
getTitle(String docLink)
Retrieves the title for the link to help documentation
|
boolean |
isLocal(String docLink)
Retrieves the location of the help documentation
|
String getLink(String docLink)
docLink
- the page titleString getTitle(String docLink)
docLink
- the page titleString getAlt(String docLink)
docLink
- the page titleboolean isLocal(String docLink)
docLink
- the page titleboolean exists(String docLink)
true
if the documentation link exists, otherwise false
.Copyright © 2003–2019 Atlassian. All rights reserved.