Interface FormulaFieldBuilder

All Superinterfaces:
FieldBuilder<FormulaFieldBuilder>

public interface FormulaFieldBuilder extends FieldBuilder<FormulaFieldBuilder>
Formula field builder
  • Method Details

    • getFieldId

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

      FormulaFieldBuilder setFieldId(String fieldId)
      Set the field id.
      Parameters:
      fieldId - the field id
      Returns:
      the builder itself
    • getTemplate

      com.deiser.jira.profields.formula.domain.FormulaTemplateEnum getTemplate()
      Gets template.
      Returns:
      the template
    • setViewRole

      FormulaFieldBuilder 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
      Returns:
      the field builder itself
    • setNobodyAsViewRole

      FormulaFieldBuilder setNobodyAsViewRole()
      Set Nobody as viewRole
      Returns:
      the builder itself