com.atlassian.jira.jelly.tag.admin
Class CreateCustomField
java.lang.Object
org.apache.commons.jelly.TagSupport
com.atlassian.jira.jelly.tag.admin.CreateCustomField
- All Implemented Interfaces:
- org.apache.commons.jelly.Tag
public class CreateCustomField
- extends org.apache.commons.jelly.TagSupport
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
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_TYPE_PREFIX
public static final String FIELD_TYPE_PREFIX
- See Also:
- Constant Field Values
CreateCustomField
public CreateCustomField(OptionsManager optionsManager,
CustomFieldManager customFieldManager,
CustomFieldValidator customFieldValidator,
ProjectManager projectManager,
ConstantsManager constantsManager,
JiraContextTreeManager treeManager)
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-2014 Atlassian. All Rights Reserved.