Interface FormulaField

All Superinterfaces:
Field
All Known Subinterfaces:
CumulativeField

public interface FormulaField extends Field
Formula field
  • Method Details

    • getFieldId

      String getFieldId()
      Get the field id.
      Returns:
      the field id
    • setFieldId

      void setFieldId(String fieldId)
      Set the field id.
      Parameters:
      fieldId - the field id
    • getTemplate

      com.deiser.jira.profields.formula.domain.FormulaTemplateEnum getTemplate()
      Gets template.
      Returns:
      the template
    • 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.
    • setNobodyAsViewRole

      void setNobodyAsViewRole()
      Set nobody as view role for the field.