Interface FormulaFieldBuilder
- All Superinterfaces:
- FieldBuilder<FormulaFieldBuilder>
Formula field builder
- 
Method SummaryModifier and TypeMethodDescriptionGet the field id.com.deiser.jira.profields.formula.domain.FormulaTemplateEnumGets 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.FieldBuildergetDescription, getEditRoleId, getFieldRestriction, getName, getType, getViewRoleId, hasCustomField, setCustomField, setDescription, setFieldRestriction, setName
- 
Method Details- 
getFieldIdString getFieldId()Get the field id.- Returns:
- the field id
 
- 
setFieldIdSet the field id.- Parameters:
- fieldId- the field id
- Returns:
- the builder itself
 
- 
getTemplatecom.deiser.jira.profields.formula.domain.FormulaTemplateEnum getTemplate()Gets template.- Returns:
- the template
 
- 
setViewRoleDeprecated.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
 
- 
setNobodyAsViewRoleDeprecated.Deprecated. Use the RestrictionBuilder class. Set Nobody as viewRole- Returns:
- the builder itself
 
 
-