Interface ManagedCustomFieldProvider

All Known Implementing Classes:
EpicCustomFieldServiceImpl, LexoRankCustomFieldService, RankCustomFieldServiceImpl, SprintCustomFieldServiceImpl

public interface ManagedCustomFieldProvider
ManagedFieldConfigurationRestorer collects all implementations of this to figure out which fields it needs to configure. This is in contrast to DefaultCustomFieldProvider which describes fields which are provided as defaults to JIRA Agile, but not necessarily managed.
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<com.atlassian.jira.issue.fields.CustomField>
     
  • Method Details

    • getManagedFields

      Collection<com.atlassian.jira.issue.fields.CustomField> getManagedFields()
      Returns:
      all custom fields managed by this provider