Package com.atlassian.jira.issue.fields
Interface CustomFieldScopeFactory
- All Known Implementing Classes:
DefaultCustomFieldScopeFactory
public interface CustomFieldScopeFactory
Factory responsible of instantiating
CustomFieldScope objects.-
Method Summary
Modifier and TypeMethodDescriptioncreateFor(CustomField customField) Creates aCustomFieldScopefor the givenCustomField.
-
Method Details
-
createFor
Creates aCustomFieldScopefor the givenCustomField.- Parameters:
customField- The custom field for which aCustomFieldScopewill be built.- Returns:
- A
CustomFieldScopefor the given custom field.
-