| java.lang.Object | |
| ↳ | com.atlassian.jira.jql.values.ClauseValuesGenerator.Result |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Use this if you want to have multiple portions of your display string that will be concatenated with
a space in between.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Use this if you want to have multiple portions of your display string that will be concatenated with a space in between. Each portion of this display part will be anaylized for the matching string and will have bold tags around the matching parts.
| value | the value that will be used to complete. |
|---|---|
| displayNameParts | the parts of the display name that will be used to show the user what matched, will be searched for matching string. |

