| com.atlassian.jira.issue.fields.config.FieldConfigScheme |
Known Indirect Subclasses
|
@PublicApi
Clients of @PublicApi can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi as per each product's API policy as long as the client does not implement/extend
@PublicApi interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi are safe to extend/implement).
A field config scheme is a set of FieldConfig objects that has been associated to a particular set of IssueTypes
and then associated to a series of contexts (JiraContextNode). Methods return List will generally return nulls
unless specified.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FieldConfigScheme.Builder | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the associated Issue Types.
| |||||||||||
Returns the associated Issue Types.
| |||||||||||
This method is deprecated.
Use
getAssociatedIssueTypeObjects() instead. Since v6.1.
| |||||||||||
This method is deprecated.
since 5.2 use
getAssociatedProjectCategoryObjects() instead
| |||||||||||
The associated projectIds, or an empty list if none associated.
| |||||||||||
The associated projects, or an empty list if none associated.
| |||||||||||
This method is deprecated.
since 5.1 use
getAssociatedProjectObjects() instead
| |||||||||||
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
| |||||||||||
Returns the associated Issue Types.
Returns the associated Issue Types.
This method is deprecated.
Use getAssociatedIssueTypeObjects() instead. Since v6.1.
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.
This method is deprecated.
since 5.1 use getAssociatedProjectObjects() instead
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