com.atlassian.jira.jelly.tag.admin
Class CreateCustomField

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by com.atlassian.jira.jelly.tag.admin.CreateCustomField
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class CreateCustomField
extends org.apache.commons.jelly.TagSupport


Field Summary
static String FIELD_TYPE_PREFIX
           
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
CreateCustomField(OptionsManager optionsManager, CustomFieldManager customFieldManager, CustomFieldValidator customFieldValidator, ProjectManager projectManager, ConstantsManager constantsManager, JiraContextTreeManager treeManager)
           
 
Method Summary
 Option addSelectValue(String value)
           
 void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           
 String getCustomFieldIdVar()
           
 String getDescription()
           
 String getFieldName()
           
 String getFieldScope()
           
 String getFieldType()
           
 String getIssueType()
           
 String getIssueTypeId()
           
 Long getIssueTypeIdAsLong()
           
 Long getProject()
           
 String getProjectKey()
           
 String getSearcher()
           
 void setCustomFieldIdVar(String customFieldIdVar)
           
 void setDescription(String description)
           
 void setFieldName(String fieldName)
           
 void setFieldScope(String fieldScope)
           
 void setFieldType(String fieldType)
           
 void setIssueType(String issueType)
           
 void setIssueTypeId(String issueTypeId)
           
 void setProject(Long project)
           
 void setProjectKey(String projectKey)
           
 void setSearcher(String searcher)
           
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_TYPE_PREFIX

public static final String FIELD_TYPE_PREFIX
See Also:
Constant Field Values
Constructor Detail

CreateCustomField

public CreateCustomField(OptionsManager optionsManager,
                         CustomFieldManager customFieldManager,
                         CustomFieldValidator customFieldValidator,
                         ProjectManager projectManager,
                         ConstantsManager constantsManager,
                         JiraContextTreeManager treeManager)
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException

addSelectValue

public Option addSelectValue(String value)

getFieldType

public String getFieldType()

setFieldType

public void setFieldType(String fieldType)

getFieldScope

public String getFieldScope()

setFieldScope

public void setFieldScope(String fieldScope)

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getSearcher

public String getSearcher()

setSearcher

public void setSearcher(String searcher)

getIssueTypeId

public String getIssueTypeId()

getIssueTypeIdAsLong

public Long getIssueTypeIdAsLong()

setIssueTypeId

public void setIssueTypeId(String issueTypeId)

getProject

public Long getProject()

setProject

public void setProject(Long project)

getCustomFieldIdVar

public String getCustomFieldIdVar()

setCustomFieldIdVar

public void setCustomFieldIdVar(String customFieldIdVar)

getProjectKey

public String getProjectKey()

setProjectKey

public void setProjectKey(String projectKey)

getIssueType

public String getIssueType()

setIssueType

public void setIssueType(String issueType)


Copyright © 2002-2007 Atlassian. All Rights Reserved.