Interface DurationFieldBuilder

All Superinterfaces:
FieldBuilder<FieldBuilder>

public interface DurationFieldBuilder extends FieldBuilder<FieldBuilder>
Duration field builder
  • Method Details

    • setEditRole

      DurationFieldBuilder 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

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

      DurationFieldBuilder 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

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