java.lang.Object | |
↳ | com.atlassian.jira.jql.resolver.ResolverManagerImpl |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ResolverManagerImpl.IssueSecurityLevelResolverFacade |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Given a name and a field-name return the list of all possible values for it
| |||||||||||
As above, but ensures that there is only a single value being returned.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||
From interface com.atlassian.jira.jql.resolver.ResolverManager |
Given a name and a field-name return the list of all possible values for it
name | the "name" value (e.g. 'New Component 5') |
---|---|
field | which field the value belongs to; must match IssueFieldConstants (e.g. 'component') |
As above, but ensures that there is only a single value being returned. A warning will be issued -- but no exceptions thrown -- if there is more than one ID for the value.
name | the "name" value (e.g. 'New Component 5') |
---|---|
field | which field the value belongs to; must match IssueFieldConstants (e.g. 'component') |