Interface FieldConfigurationSchemes
- All Known Implementing Classes:
FieldConfigurationSchemesImpl
public interface FieldConfigurationSchemes
Actions to be performed on the Field Configuration Schemes in JIRA's administration interface.
- Since:
- v4.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Represents a field configuration scheme that actions can be carried out on -
Method Summary
-
Method Details
-
addFieldConfigurationScheme
- Parameters:
name
- the name of the new schemedescription
- the description of the new scheme; optional (use null to ignore)- Returns:
- the id of the new field configuration scheme
-
fieldConfigurationScheme
- Parameters:
name
- the name of the field configuration scheme- Returns:
- a reference to a
FieldConfigurationSchemes.FieldConfigurationScheme
instance that can be used to perform actions on the scheme. Note that only one field configuration scheme can be accessed at a time; if this method is called again, any prior references will now refer to the new scheme.
-