Interface CumulativeField
- All Superinterfaces:
Field,FormulaField
Deprecated.
Cumulative field
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFieldRestriction(FieldRestriction restriction) Deprecated.Set Restriction options for viewing and editing values.Methods inherited from interface com.deiser.jira.profields.api.field.Field
getCustomFieldId, getDescription, getEditRoleId, getFieldActions, getFieldRestriction, getId, getName, getPQLToken, getType, getViewRoleId, hasCustomField, hasParent, isList, isMultiple, isPredefined, isSystem, setCustomField, setDescription, setNameMethods inherited from interface com.deiser.jira.profields.api.field.formula.FormulaField
getFieldId, getTemplate, setFieldId, setNobodyAsViewRole, setViewRole
-
Method Details
-
setFieldRestriction
Deprecated.Set Restriction options for viewing and editing values. Create FieldRestriction by FieldRestrictionBuilder- Specified by:
setFieldRestrictionin interfaceFormulaField- Parameters:
restriction- for the field
-