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
  • Method Details

    • addFieldConfigurationScheme

      String addFieldConfigurationScheme(String name, String description)
      Parameters:
      name - the name of the new scheme
      description - 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.