com.atlassian.jira.issue.customfields
Class CustomFieldValuesHolder
java.lang.Object
com.atlassian.jira.issue.customfields.CustomFieldValuesHolder
- public class CustomFieldValuesHolder
- extends java.lang.Object
This is a useful class for holding temporary custom field values.
- See Also:
CreateIssue
,
EditIssue
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CustomFieldValuesHolder
public CustomFieldValuesHolder(java.util.Locale locale)
CustomFieldValuesHolder
public CustomFieldValuesHolder(GenericValue issue,
java.util.Locale locale)
CustomFieldValuesHolder
public CustomFieldValuesHolder(java.lang.String issueType,
java.lang.Long project,
java.util.Locale locale)
getCustomFields
public java.util.Collection getCustomFields()
throws GenericEntityException
- Throws:
GenericEntityException
hasCustomFieldValue
public boolean hasCustomFieldValue(GenericValue customField)
throws GenericEntityException
- Throws:
GenericEntityException
getCustomFieldValue
public java.lang.String getCustomFieldValue(GenericValue customField)
throws GenericEntityException
- Throws:
GenericEntityException
getCustomFieldValues
public java.util.Map getCustomFieldValues()
throws GenericEntityException
- Throws:
GenericEntityException
getPrefixedId
public java.lang.String getPrefixedId(java.lang.String id)
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()