Interface ScriptField

All Superinterfaces:
Field

public interface ScriptField extends Field
Script field
  • Method Details

    • getCode

      String getCode()
      Get the code of the script
      Returns:
      the code of the script
    • setCode

      void setCode(String code)
      Set the code of the script
      Parameters:
      code - the code of the script
    • getTemplate

      com.deiser.jira.profields.script.domain.ScriptTemplateEnum getTemplate()
      Gets template.
      Returns:
      the template
    • getOwner

      com.atlassian.jira.user.ApplicationUser getOwner()
      Gets owner
      Returns:
      the owner
    • 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.