Interface DurationField

All Superinterfaces:
Field

public interface DurationField extends Field
Duration field
  • Method Details

    • setEditRole

      void 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.
    • setNobodyAsEditRole

      void setNobodyAsEditRole()
      Set nobody as edit role for the field.
    • setViewRole

      void 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

      void setOnlyEditorsAsViewRole()
      Set only editors as view role for the field.