java.lang.Object | |
↳ | com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the associated Issue Types.
| |||||||||||
Returns the associated Issue Types.
| |||||||||||
Returns the associated Issue Types.
| |||||||||||
The associated projectIds, or an empty list if none associated.
| |||||||||||
The associated projects, or an empty list if none associated.
| |||||||||||
The associated projects, or an empty list if none associated.
| |||||||||||
Returns a Map whose key is a
String of issue types and the value is the FieldConfig
for that issue type | |||||||||||
Returns a Map whose key is a
FieldConfig and values are associated a Collection Issue Type GenericValue | |||||||||||
Returns a list of
JiraContextNode objects this scheme is relevent to | |||||||||||
Returns the one and only config for this scheme iff there's only one config associated
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.issue.fields.config.FieldConfigScheme
|
Returns the associated Issue Types.
Returns the associated Issue Types.
Returns the associated Issue Types.
The associated projectIds, or an empty list if none associated.
Note that any null project IDs are removed for compatibility with existing behaviour in getAssociatedProjectObjects()
.
The associated projects, or an empty list if none associated.
The associated projects, or an empty list if none associated.
Returns a Map whose key is a String
of issue types and the value is the FieldConfig
for that issue type
FieldConfig
keyed by name. Null if nothing associated
Returns a Map whose key is a FieldConfig
and values are associated a Collection
Issue Type GenericValue
Returns a list of JiraContextNode
objects this scheme is relevent to
JiraContextNode
. an empty list if no contexts
Returns the one and only config for this scheme iff there's only one config associated
FieldConfig
. Null if no configs, or more than one config