Interface UserMultipleFieldBuilder

All Superinterfaces:
FieldBuilder<FieldBuilder>

public interface UserMultipleFieldBuilder extends FieldBuilder<FieldBuilder>
User multiple field builder
  • Method Details

    • setEditRole

      UserMultipleFieldBuilder setEditRole(com.atlassian.jira.security.roles.ProjectRole role)
      Set the edit role of the field.
      Parameters:
      role - the edit role of jira for the field
      Returns:
      the field builder itself
    • setNobodyAsEditRole

      UserMultipleFieldBuilder setNobodyAsEditRole()
      Sets nobody edit role.
      Returns:
      the field builder itself
    • setViewRole

      UserMultipleFieldBuilder setViewRole(com.atlassian.jira.security.roles.ProjectRole role)
      Set the view role of the field.
      Parameters:
      role - the view role of jira for the field.
    • setOnlyEditorsAsViewRole

      UserMultipleFieldBuilder setOnlyEditorsAsViewRole()
      Sets only editors view role.
      Returns:
      the field builder itself