Interface UserFieldBuilder
- All Superinterfaces:
- FieldBuilder<FieldBuilder>
User field builder
- 
Method SummaryModifier and TypeMethodDescriptionsetEditRole(com.atlassian.jira.security.roles.ProjectRole role) Deprecated.Deprecated.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- 
setEditRoleDeprecated.Deprecated. Use the FieldRestriction class. Set the edit role of the field.- Parameters:
- role- the edit role of jira for the field
- Returns:
- the field builder itself
 
- 
setNobodyAsEditRoleDeprecated.Deprecated. Use the FieldRestriction class. Sets nobody edit role.- Returns:
- the field builder itself
 
- 
setViewRoleDeprecated.Deprecated. Use the FieldRestriction class. Set the view role of the field.- Parameters:
- role- the view role of jira for the field.
 
- 
setOnlyEditorsAsViewRoleDeprecated.Deprecated. Use the FieldRestriction class. Sets only editors view role.- Returns:
- the field builder itself
 
 
-