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 java.lang.Object
- implements com.atlassian.sal.api.message.HelpPath
Constructor Summary |
BambooHelpPath(java.lang.String helpKey,
java.lang.String helpUrl,
java.lang.String helpTitle,
java.lang.String helpAlt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooHelpPath
public BambooHelpPath(@NotNull
java.lang.String helpKey,
@NotNull
java.lang.String helpUrl,
@Nullable
java.lang.String helpTitle,
@Nullable
java.lang.String helpAlt)
getKey
public java.lang.String getKey()
- Specified by:
getKey
in interface com.atlassian.sal.api.message.HelpPath
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl
in interface com.atlassian.sal.api.message.HelpPath
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface com.atlassian.sal.api.message.HelpPath
getAlt
public java.lang.String getAlt()
- Specified by:
getAlt
in interface com.atlassian.sal.api.message.HelpPath
isLocal
public boolean isLocal()
- Specified by:
isLocal
in interface com.atlassian.sal.api.message.HelpPath
Copyright © 2011 Atlassian. All Rights Reserved.