| java.lang.Object | ||
| ↳ | com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper | |
| ↳ | com.atlassian.jira.issue.IssueConstantImpl | |
Known Direct Subclasses
|
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the url for the icon with the context path added if necessary.
| |||||||||||
Retrieve desc translation in specified locale
| |||||||||||
Retrieve desc translation in current locale
| |||||||||||
Retrieve desc translation.
| |||||||||||
Returns the HTML-escaped URL for this issue constant.
| |||||||||||
Retrieve name translation in specified locale
| |||||||||||
Retrieve name translation.
| |||||||||||
Retrieve name translation in current locale
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.issue.IssueConstant
| |||||||||||
From interface
com.atlassian.jira.ofbiz.OfBizValueWrapper
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Returns the url for the icon with the context path added if necessary.
Retrieve desc translation in specified locale
Retrieve desc translation.
If a system defined translation does not exist, the property files for the locale are checked.
| i18n | an I18nHelper to use for the translation. |
|---|
Returns the HTML-escaped URL for this issue constant.
Retrieve name translation in specified locale
Retrieve name translation.
If a system defined translation does not exist, the property files for the locale are checked.
| i18n | an I18nHelper to use for the translation. |
|---|