Uses of Interface
com.deiser.jira.profields.api.field.text.TextFieldBuilder
-
Uses of TextFieldBuilder in com.deiser.jira.profields.api.field
Modifier and TypeMethodDescriptionFieldService.create
(TextFieldBuilder builder) Create a text field. -
Uses of TextFieldBuilder in com.deiser.jira.profields.api.field.text
Modifier and TypeMethodDescriptionTextFieldBuilder.setEditRole
(com.atlassian.jira.security.roles.ProjectRole role) Set the edit role of the field.TextFieldBuilder.setNobodyAsEditRole()
Sets nobody edit role.TextFieldBuilder.setOnlyEditorsAsViewRole()
Sets only editors view role.TextFieldBuilder.setViewRole
(com.atlassian.jira.security.roles.ProjectRole role) Set the view role of the field.