Interface CustomField
- All Known Implementing Classes:
LegacyGroupPicker,LegacyPicker,LegacyTriggerPicker,LegacyUserPicker,TestCreateIssueWithDefaultValuesForCustomFields.MultiSelectCustomField,TestCreateIssueWithDefaultValuesForCustomFields.SelectCustomField,TestVersionCFOrderConfiguration.MultiVersionPickerCustomField
public interface CustomField
Marker interface for page objects representing UI of custom fields.
Implementing classes MUST provide a constructor that takes:
- page element instance representing the enclosing the form
- string representing ID of the custom field (in the customfield_xxxxx form)
- Since:
- v5.0