Interface FormulaFieldBuilder
- All Superinterfaces:
FieldBuilder<FormulaFieldBuilder>
Formula field builder
-
Method Summary
Modifier and TypeMethodDescriptionGet the field id.com.deiser.jira.profields.formula.domain.FormulaTemplateEnum
Gets template.setFieldId
(String fieldId) Set the field id.Deprecated.setViewRole
(com.atlassian.jira.security.roles.ProjectRole role) Deprecated.Methods inherited from interface com.deiser.jira.profields.api.field.FieldBuilder
getDescription, getEditRoleId, getFieldRestriction, getName, getType, getViewRoleId, hasCustomField, setCustomField, setDescription, setFieldRestriction, setName
-
Method Details
-
getFieldId
String getFieldId()Get the field id.- Returns:
- the field id
-
setFieldId
Set the field id.- Parameters:
fieldId
- the field id- Returns:
- the builder itself
-
getTemplate
com.deiser.jira.profields.formula.domain.FormulaTemplateEnum getTemplate()Gets template.- Returns:
- the template
-
setViewRole
Deprecated.Deprecated. Use the RestrictionBuilder class. Set the view role of the field.- Parameters:
role
- the view role of jira for the field- Returns:
- the field builder itself
-
setNobodyAsViewRole
Deprecated.Deprecated. Use the RestrictionBuilder class. Set Nobody as viewRole- Returns:
- the builder itself
-