com.atlassian.bamboo.task
Interface TaskHelpLink
public interface TaskHelpLink
|
Method Summary |
java.lang.String |
getKey()
|
java.lang.String |
getLinkKey()
|
java.lang.String |
getTitleKey()
|
boolean |
isUsingPrefix()
Prefix is used if the task is getting the help url/title from help-paths.properties file,
in which case we should use the help.url macro. |
getKey
@Nullable
java.lang.String getKey()
- Returns:
- the key to be used by the help.url macro. Should only be used if isUsingPrefix() == true
getLinkKey
@Nullable
java.lang.String getLinkKey()
- Returns:
- i18n key for the help link, which then needs to be looked up
getTitleKey
@Nullable
java.lang.String getTitleKey()
- Returns:
- i18n key for the help title
isUsingPrefix
@Nullable
boolean isUsingPrefix()
- Prefix is used if the task is getting the help url/title from help-paths.properties file,
in which case we should use the help.url macro.
- Returns:
- true if we should use the help.url macro, false otherwise
Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.