Interface TextMultipleField

All Superinterfaces:
Field

public interface TextMultipleField extends Field
Text multiple field
  • Method Details

    • setEditRole

      @Deprecated void setEditRole(com.atlassian.jira.security.roles.ProjectRole role)
      Deprecated.
      Deprecated. Use the FieldRestriction class. Set the edit role of the field.
      Parameters:
      role - the edit role of jira for the field.
    • setNobodyAsEditRole

      @Deprecated void setNobodyAsEditRole()
      Deprecated.
      Deprecated. Use the FieldRestriction class. Set nobody as edit role for the field.
    • setViewRole

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

      @Deprecated void setOnlyEditorsAsViewRole()
      Deprecated.
      Deprecated. Use the FieldRestriction class. Set only editors as view role for the field.
    • setFieldRestriction

      void setFieldRestriction(FieldRestriction restriction)
      Set Restriction options for viewing and editing values. Create FieldRestriction by FieldRestrictionBuilder
      Parameters:
      restriction - for the field