Package com.atlassian.sal.bamboo.help
Class BambooHelpPath
- java.lang.Object
-
- com.atlassian.sal.bamboo.help.BambooHelpPath
-
- All Implemented Interfaces:
com.atlassian.sal.api.message.HelpPath
public class BambooHelpPath extends Object implements com.atlassian.sal.api.message.HelpPath
-
-
Constructor Summary
Constructors Constructor Description BambooHelpPath(@NotNull String helpKey, @NotNull String helpUrl, @Nullable String helpTitle, @Nullable String helpAlt)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfacecom.atlassian.sal.api.message.HelpPath
-
getUrl
public String getUrl()
- Specified by:
getUrl
in interfacecom.atlassian.sal.api.message.HelpPath
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfacecom.atlassian.sal.api.message.HelpPath
-
getAlt
public String getAlt()
- Specified by:
getAlt
in interfacecom.atlassian.sal.api.message.HelpPath
-
isLocal
public boolean isLocal()
- Specified by:
isLocal
in interfacecom.atlassian.sal.api.message.HelpPath
-
-