Interface DateFieldBuilder

All Superinterfaces:
FieldBuilder<FieldBuilder>

public interface DateFieldBuilder extends FieldBuilder<FieldBuilder>
Date field builder
  • Method Details

    • setEditRole

      DateFieldBuilder 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

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

      DateFieldBuilder 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

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