com.atlassian.jira.issue.customfields.config.item
Class VersionOptionsConfigItem

java.lang.Object
  extended bycom.atlassian.jira.issue.customfields.config.item.VersionOptionsConfigItem
All Implemented Interfaces:
FieldConfigItemType

public class VersionOptionsConfigItem
extends Object
implements FieldConfigItemType


Constructor Summary
VersionOptionsConfigItem(VersionManager versionManager)
           
 
Method Summary
 String getBaseEditUrl()
           
 Object getConfigurationObject(Issue issue, FieldConfig config)
           
 String getDisplayName()
           
 String getObjectKey()
           
 String getViewHtml(FieldConfig fieldConfig, FieldLayoutItem fieldLayoutItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionOptionsConfigItem

public VersionOptionsConfigItem(VersionManager versionManager)
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface FieldConfigItemType

getViewHtml

public String getViewHtml(FieldConfig fieldConfig,
                          FieldLayoutItem fieldLayoutItem)
Specified by:
getViewHtml in interface FieldConfigItemType

getObjectKey

public String getObjectKey()
Specified by:
getObjectKey in interface FieldConfigItemType

getConfigurationObject

public Object getConfigurationObject(Issue issue,
                                     FieldConfig config)
Specified by:
getConfigurationObject in interface FieldConfigItemType

getBaseEditUrl

public String getBaseEditUrl()
Specified by:
getBaseEditUrl in interface FieldConfigItemType


Copyright © 2002-2006 Atlassian. All Rights Reserved.