java.lang.Object | |
↳ | com.atlassian.jira.util.JiraVelocityHelper |
A simple class store methods we want to expose to velocity templates
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns Internationalized human-readable name of a field, or the key (usually also readable) if none was found.
| |||||||||||
For 'Move Issue' events; returns the issue's new key, extracted from the changelog.
| |||||||||||
For 'Move Issue' events; returns the issue's old key, extracted from the changelog.
| |||||||||||
Creates a new, mutable, map for use in velocity.
| |||||||||||
Creates a new, mutable, empty map for use in velocity
| |||||||||||
Creates a new, mutable, map for use in velocity.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns Internationalized human-readable name of a field, or the key (usually also readable) if none was found.
For 'Move Issue' events; returns the issue's new key, extracted from the changelog.
GenericEntityException |
---|
For 'Move Issue' events; returns the issue's old key, extracted from the changelog.
GenericEntityException |
---|
GenericEntityException |
---|
GenericEntityException |
---|
Creates a new, mutable, map for use in velocity. The map will contain one entry (k1, v1).
Creates a new, mutable, map for use in velocity. The map will contain two entries (k1, v1) and (k2, v2).
GenericEntityException |
---|
GenericEntityException |
---|
GenericEntityException |
---|