Interface ListFieldBuilder

All Superinterfaces:
FieldBuilder<ListFieldBuilder>
All Known Subinterfaces:
ListExtFieldBuilder<T>, ListExtMultipleFieldBuilder<T>, com.deiser.jira.profields.impl.field.type.listfield.ListFieldBuilder, ListMultipleFieldBuilder, ListParentFieldBuilder, com.deiser.jira.profields.impl.field.type.listfield.parent.ListParentFieldBuilder, PriorityFieldBuilder, StatusFieldBuilder

public interface ListFieldBuilder extends FieldBuilder<ListFieldBuilder>
List field builder
  • Method Details

    • setEditRole

      @Deprecated ListFieldBuilder setEditRole(com.atlassian.jira.security.roles.ProjectRole role)
      Deprecated.
      Deprecated. Use the RestrictionBuilder class. Set the edit role of the field.
      Parameters:
      role - the edit role of jira for the field
      Returns:
      the field builder itself
    • setNobodyAsEditRole

      @Deprecated ListFieldBuilder setNobodyAsEditRole()
      Deprecated.
      Deprecated. Use the RestrictionBuilder class. Sets nobody edit role.
      Returns:
      the field builder itself
    • setViewRole

      @Deprecated ListFieldBuilder setViewRole(com.atlassian.jira.security.roles.ProjectRole role)
      Deprecated.
      Deprecated. Use the RestrictionBuilder class. Set the view role of the field.
      Parameters:
      role - the view role of jira for the field.
    • setOnlyEditorsAsViewRole

      @Deprecated ListFieldBuilder setOnlyEditorsAsViewRole()
      Deprecated.
      Deprecated. Use the RestrictionBuilder class. Sets only editors view role.
      Returns:
      the field builder itself